We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6328b0 commit 4ef3ef3Copy full SHA for 4ef3ef3
test_app.py
@@ -15,6 +15,6 @@ def client(app):
15
def test_home(client):
16
response = client.get('/')
17
assert response.status_code == 200
18
- expected_text = 'Hey Guys ! This is my Python App.'
+ expected_text = 'Hey Guys ! This is my python App.'
19
print(response.data)
20
assert expected_text.encode() == response.data
0 commit comments