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 b8e9c33 commit 59ca2f3Copy full SHA for 59ca2f3
tests/test_api_gateway/test_rest/test_service.py
@@ -72,7 +72,7 @@ async def test_post(self):
72
url = "/order"
73
response = await self.client.request("POST", url)
74
75
- self.assertEqual(400, response.status)
+ self.assertEqual(200, response.status)
76
self.assertIn("Microservice call correct!!!", await response.text())
77
78
@unittest_run_loop
0 commit comments