From d9f8479375fb6231db26e53a6549f2b96108faee Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Thu, 26 Apr 2018 17:37:24 +0300 Subject: Tests: response handling improved. --- test/test_python_application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_python_application.py') diff --git a/test/test_python_application.py b/test/test_python_application.py index 1a6560e5..d7913a1d 100644 --- a/test/test_python_application.py +++ b/test/test_python_application.py @@ -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() -- cgit