Skip to content

Commit

Permalink
Unit Test Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Lagstill committed Jun 5, 2023
1 parent 30fbed7 commit c997b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ def client():
def test_index(client):
response = client.get('/')
assert response.status_code == 200
assert b'Hello, World!' in response.data
assert b'<h1>Welcome to home page</h1>' in response.data

0 comments on commit c997b28

Please sign in to comment.