Skip to content

Commit

Permalink
adjusted pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
olic32 committed Apr 6, 2023
1 parent d6bd3b0 commit b054b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def test_get_home(web_client):
response = web_client.get("/")
assert response.status_code == 200
assert response.data.decode("utf-8") == "Hello, world!"
assert response.data.decode("utf-8") == "Hello, the big ol world!"

0 comments on commit b054b45

Please sign in to comment.