We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c3f23 commit 468748eCopy full SHA for 468748e
tests/test_handler.py
@@ -8,7 +8,7 @@ def test_root_path(self):
8
event = {"path": "/", "httpMethod": "GET"}
9
response = handle(event, {})
10
self.assertEqual(response['statusCode'], 200)
11
- self.assertEqual(response['body'], '{"message": "Welcome to the API main!"}')
+ self.assertEqual(response['body'], '{"message": "Welcome to the API toman!"}')
12
13
def test_hello_path(self):
14
event = {"path": "/hello", "httpMethod": "GET"}
0 commit comments