We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa6829c commit e6328b0Copy full SHA for e6328b0
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 = 'Hi Devops Geeks Welcome to the class123 New Data 123456 New PR'
+ expected_text = 'Hey Guys ! This is my Python App.'
19
print(response.data)
20
assert expected_text.encode() == response.data
0 commit comments