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 32d8c59 commit 77d667cCopy full SHA for 77d667c
tests/tests_flask.py
@@ -31,4 +31,4 @@ def test_healthcheck(self):
31
32
def test_error(self):
33
response = self.client.get('/notexist')
34
- self.assertEqual(404, response.status_code)
+ self.assertEqual(404, response.status_code)
0 commit comments