From 0d032c10369ffa9489a274e5a887009bbad24e49 Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Thu, 8 Feb 2018 16:29:37 +0300 Subject: Tests: expectedFailure removed from test_python_keepalive.py. Fix committed in 28a2b93de75f. --- test/test_python_keepalive.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/test_python_keepalive.py') 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 = """ -- cgit