vanth/tests/api/test_about.py

4 lines
100 B
Python

def test_about(client):
response = client.get('/about/')
assert response.status_code == 200