From 65ca2d7b198bf573fe3caf5e75bf6bd3a172820b Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Sat, 14 Sep 2019 14:44:35 +0300 Subject: Tests: refactored prerequisites model. --- test/test_tls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_tls.py') diff --git a/test/test_tls.py b/test/test_tls.py index 076a2c38..3514bbcb 100644 --- a/test/test_tls.py +++ b/test/test_tls.py @@ -6,7 +6,7 @@ from unit.applications.tls import TestApplicationTLS class TestTLS(TestApplicationTLS): - prerequisites = ['python', 'openssl'] + prerequisites = {'modules': ['python', 'openssl']} def findall(self, pattern): with open(self.testdir + '/unit.log', 'r', errors='ignore') as f: -- cgit