diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2018-04-26 17:37:24 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2018-04-26 17:37:24 +0300 |
commit | d9f8479375fb6231db26e53a6549f2b96108faee (patch) | |
tree | 51f2f782db679cd454260fc7da02db337386e8f2 /test/test_python_application.py | |
parent | a44d358f2949e420dc82b530e07f21ae158f00ae (diff) | |
download | unit-d9f8479375fb6231db26e53a6549f2b96108faee.tar.gz unit-d9f8479375fb6231db26e53a6549f2b96108faee.tar.bz2 |
Tests: response handling improved.
Diffstat (limited to '')
-rw-r--r-- | test/test_python_application.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |