Skip to content

Commit 4ef3ef3

Browse files
authored
Update test_app.py
1 parent e6328b0 commit 4ef3ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ def client(app):
1515
def test_home(client):
1616
response = client.get('/')
1717
assert response.status_code == 200
18-
expected_text = 'Hey Guys ! This is my Python App.'
18+
expected_text = 'Hey Guys ! This is my python App.'
1919
print(response.data)
2020
assert expected_text.encode() == response.data

0 commit comments

Comments
 (0)