Skip to content

Commit c7d8c6d

Browse files
committed
Falhando o teste quando acontece erro inesperado no app WSGI.
1 parent 993c176 commit c7d8c6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/postmon_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def assertCep(self, cep):
107107
except webtest.AppError as ex:
108108
if not expected and '404' in ex.message and cep in ex.message:
109109
return
110+
raise ex
110111

111112
for k, v in expected[0].items():
112113
self.assertEqual(v, result[k])

0 commit comments

Comments
 (0)