Tests: refactored prerequisites model.
This commit is contained in:
@@ -2,7 +2,7 @@ from unit.applications.tls import TestApplicationTLS
|
||||
|
||||
|
||||
class TestRoutingTLS(TestApplicationTLS):
|
||||
prerequisites = ['python', 'openssl']
|
||||
prerequisites = {'modules': ['python', 'openssl']}
|
||||
|
||||
def test_routes_match_scheme(self):
|
||||
self.certificate()
|
||||
|
||||
Reference in New Issue
Block a user