summaryrefslogtreecommitdiffhomepage
path: root/test/test_proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_proxy.py')
-rw-r--r--test/test_proxy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_proxy.py b/test/test_proxy.py
index be3e93fd..90b6b657 100644
--- a/test/test_proxy.py
+++ b/test/test_proxy.py
@@ -4,11 +4,11 @@ import time
import pytest
-from conftest import option
from conftest import run_process
from conftest import skip_alert
from conftest import waitforsocket
from unit.applications.lang.python import TestApplicationPython
+from unit.option import option
class TestProxy(TestApplicationPython):