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 b7020b1 commit a5c3f23Copy full SHA for a5c3f23
tests/test_handler.py
@@ -14,7 +14,7 @@ def test_hello_path(self):
14
event = {"path": "/hello", "httpMethod": "GET"}
15
response = handle(event, {})
16
self.assertEqual(response['statusCode'], 200)
17
- self.assertEqual(response['body'], '{"message": "Hello main!"}')
+ self.assertEqual(response['body'], '{"message": "Hello toman!"}')
18
19
def test_not_found_path(self):
20
event = {"path": "/unknown", "httpMethod": "GET"}
0 commit comments