summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorAndrey Zelenkov <zelenkov@nginx.com>2018-07-30 20:07:31 +0300
committerAndrey Zelenkov <zelenkov@nginx.com>2018-07-30 20:07:31 +0300
commitb6ce2da65c9c5229d744b2d964623b2d0f731ee9 (patch)
tree573defca0fbb725ac71f34c437f0f2140d6ba8df /test
parent865437284291754bf64e589ab86a0686280f78e8 (diff)
downloadunit-b6ce2da65c9c5229d744b2d964623b2d0f731ee9.tar.gz
unit-b6ce2da65c9c5229d744b2d964623b2d0f731ee9.tar.bz2
Tests: expectedFailure removed from test_settings_idle_timeout.
Fix committed in f04b28aa6e02.
Diffstat (limited to 'test')
-rw-r--r--test/test_settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_settings.py b/test/test_settings.py
index 9fb21fd7..4a8d1082 100644
--- a/test/test_settings.py
+++ b/test/test_settings.py
@@ -77,7 +77,6 @@ Content-Length: %d
self.assertRegex(data, r'200 OK', 'status send timeout')
self.assertLess(len(data), data_len, 'data send timeout')
- @unittest.expectedFailure
def test_settings_idle_timeout(self):
self.load('empty')