summaryrefslogtreecommitdiffhomepage
path: root/test/test_routing_tls.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_routing_tls.py')
-rw-r--r--test/test_routing_tls.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_routing_tls.py b/test/test_routing_tls.py
index 76cfb485..1ba79986 100644
--- a/test/test_routing_tls.py
+++ b/test/test_routing_tls.py
@@ -1,9 +1,9 @@
from unit.applications.tls import TestApplicationTLS
+prerequisites = {'modules': {'openssl': 'any'}}
-class TestRoutingTLS(TestApplicationTLS):
- prerequisites = {'modules': {'openssl': 'any'}}
+class TestRoutingTLS(TestApplicationTLS):
def test_routes_match_scheme_tls(self):
self.certificate()