fixed various typos and variable name changes

This commit is contained in:
2021-10-17 23:27:53 -06:00
parent e4c051b8c2
commit 110281ce0a
5 changed files with 16 additions and 18 deletions
+1 -1
View File
@@ -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!'