summaryrefslogtreecommitdiffhomepage
path: root/test/test_tls_tickets.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_tls_tickets.py')
-rw-r--r--test/test_tls_tickets.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_tls_tickets.py b/test/test_tls_tickets.py
index cca230f3..3962316e 100644
--- a/test/test_tls_tickets.py
+++ b/test/test_tls_tickets.py
@@ -7,7 +7,6 @@ from OpenSSL.SSL import (
TLSv1_2_METHOD,
Context,
Connection,
- Session,
_lib,
)
from unit.applications.tls import TestApplicationTLS
@@ -22,7 +21,7 @@ class TestTLSTicket(TestApplicationTLS):
49TZXi/Y4/8RSIO7QPsU51/HLR1gWIMhVM2m9yh93Bw='
@pytest.fixture(autouse=True)
- def setup_method_fixture(self, request):
+ def setup_method_fixture(self):
self.certificate()
listener_conf = {