Skip to content

Commit

Permalink
add root index
Browse files Browse the repository at this point in the history
  • Loading branch information
wim-vdw committed Jun 7, 2024
1 parent cc54cb0 commit 2710975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_etag.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


def test_root_index(client):
response = client.post('/')
response = client.get('/')
assert response.status_code == 200
data = response.get_json()
assert 'foo' in data
Expand Down

0 comments on commit 2710975

Please sign in to comment.