diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2018-02-08 16:29:37 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2018-02-08 16:29:37 +0300 |
commit | 0d032c10369ffa9489a274e5a887009bbad24e49 (patch) | |
tree | 74b1080279535213e28b38ab77ee8d6a5a5da3a9 /test/test_python_keepalive.py | |
parent | 433eadc2e992c61f8c3be213ed3a5492ce341081 (diff) | |
download | unit-0d032c10369ffa9489a274e5a887009bbad24e49.tar.gz unit-0d032c10369ffa9489a274e5a887009bbad24e49.tar.bz2 |
Tests: expectedFailure removed from test_python_keepalive.py.
Fix committed in 28a2b93de75f.
Diffstat (limited to '')
-rw-r--r-- | test/test_python_keepalive.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_python_keepalive.py b/test/test_python_keepalive.py index 4b5d6b5b..3f49c2b3 100644 --- a/test/test_python_keepalive.py +++ b/test/test_python_keepalive.py @@ -9,7 +9,6 @@ class TestUnitApplication(unit.TestUnitControl): u.check_modules('python') u.check_version('0.5') - @unittest.expectedFailure def test_python_keepalive_body(self): code, name = """ |