summaryrefslogtreecommitdiff
path: root/testenv/Test--https.py
diff options
context:
space:
mode:
authorDarshit Shah <darnir@gnu.org>2020-12-28 02:10:10 +0100
committerDarshit Shah <darnir@gnu.org>2020-12-28 02:10:10 +0100
commit4fad8a7e2d57874aecc97b9fa7790c30ded4da84 (patch)
tree58c2651a98a6b975bd7b171c56612d2985380b38 /testenv/Test--https.py
parent97186673014b15a1e26a6f91b4905add6962d1a6 (diff)
downloadwget-4fad8a7e2d57874aecc97b9fa7790c30ded4da84.tar.gz
testenv/Test--https.py: Fix missing import
Diffstat (limited to 'testenv/Test--https.py')
-rwxr-xr-xtestenv/Test--https.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/Test--https.py b/testenv/Test--https.py
index f3e14151..d9431a39 100755
--- a/testenv/Test--https.py
+++ b/testenv/Test--https.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
from sys import exit
from test.http_test import HTTPTest
-from test.base_test import HTTPS
+from test.base_test import HTTPS, SKIP_TEST
from misc.wget_file import WgetFile
import os