fixed various typos and variable name changes
This commit is contained in:
@@ -6,4 +6,4 @@ def test_config():
|
||||
|
||||
def test_hello(client):
|
||||
response = client.get('/hello')
|
||||
assert response.data == b'Hello World!'
|
||||
assert response.data == b'Hello, World!'
|
||||
|
||||
Reference in New Issue
Block a user