Skip to content

Commit 77d667c

Browse files
author
jmrivas
committed
PEP8
1 parent 32d8c59 commit 77d667c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_flask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ def test_healthcheck(self):
3131

3232
def test_error(self):
3333
response = self.client.get('/notexist')
34-
self.assertEqual(404, response.status_code)
34+
self.assertEqual(404, response.status_code)

0 commit comments

Comments
 (0)