summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrey Zelenkov <zelenkov@nginx.com>2019-07-14 23:47:49 +0300
committerAndrey Zelenkov <zelenkov@nginx.com>2019-07-14 23:47:49 +0300
commitff5413f109301ff0049153a22c2b135fa94a26fb (patch)
treeb6a19cd4cf1e6bfa44cfce4c6d329abeef9c4224
parentee1f0365d20cc0e58dd5538c5f6e082587f0b093 (diff)
downloadunit-ff5413f109301ff0049153a22c2b135fa94a26fb.tar.gz
unit-ff5413f109301ff0049153a22c2b135fa94a26fb.tar.bz2
Tests: removed unnecessary initialization.
That could leads to the incorrect behaviour in test_tls_application_respawn.
-rw-r--r--test/test_tls.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_tls.py b/test/test_tls.py
index 3aa0218e..df3499da 100644
--- a/test/test_tls.py
+++ b/test/test_tls.py
@@ -514,8 +514,6 @@ basicConstraints = critical,CA:TRUE"""
self.skip_alerts.append(r'process \d+ exited on signal 9')
self.load('mirror')
- self.assertEqual(self.get()['status'], 200, 'init')
-
self.certificate()
self.conf('1', 'applications/mirror/processes')