Tests: response handling improved.

This commit is contained in:
Andrey Zelenkov
2018-04-26 17:37:24 +03:00
parent a44d358f29
commit d9f8479375
3 changed files with 14 additions and 10 deletions

View File

@@ -230,7 +230,7 @@ class TestUnitPythonApplication(unit.TestUnitApplicationPython):
def test_python_application_not_iterable(self):
self.load('not_iterable')
self.get(raw_resp=True)
self.get()
self.stop()