summaryrefslogtreecommitdiffhomepage
path: root/test/test_tls.py
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2021-10-18 01:10:11 +0100
committerAndrei Zeliankou <zelenkov@nginx.com>2021-10-18 01:10:11 +0100
commit39adb292d54403d17f86f6852e87b0bda1d49946 (patch)
tree7fa2af8711216ed81bbf60531d990acd3a6f1013 /test/test_tls.py
parent78a4063063b8f810a616d74a358ef150faff96db (diff)
downloadunit-39adb292d54403d17f86f6852e87b0bda1d49946.tar.gz
unit-39adb292d54403d17f86f6852e87b0bda1d49946.tar.bz2
Tests: style.
Diffstat (limited to '')
-rw-r--r--test/test_tls.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_tls.py b/test/test_tls.py
index 546f0f89..a91a3760 100644
--- a/test/test_tls.py
+++ b/test/test_tls.py
@@ -5,7 +5,6 @@ import subprocess
import time
import pytest
-
from unit.applications.tls import TestApplicationTLS
from unit.option import option
@@ -677,4 +676,3 @@ basicConstraints = critical,CA:TRUE"""
assert self.get_ssl()['status'] == 200, 'listener #1'
assert self.get_ssl(port=7081)['status'] == 200, 'listener #2'
-