From ff5413f109301ff0049153a22c2b135fa94a26fb Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Sun, 14 Jul 2019 23:47:49 +0300 Subject: Tests: removed unnecessary initialization. That could leads to the incorrect behaviour in test_tls_application_respawn. --- test/test_tls.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/test_tls.py') 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') -- cgit