diff --git a/changedetectionio/tests/proxy_socks5/test_socks5_proxy.py b/changedetectionio/tests/proxy_socks5/test_socks5_proxy.py index 01152050d..c2158264a 100644 --- a/changedetectionio/tests/proxy_socks5/test_socks5_proxy.py +++ b/changedetectionio/tests/proxy_socks5/test_socks5_proxy.py @@ -1,8 +1,7 @@ #!/usr/bin/env python3 import os from flask import url_for -from changedetectionio.tests.util import live_server_setup, wait_for_all_checks - +from ..util import live_server_setup, wait_for_all_checks, extract_UUID_from_client def set_response(): import time diff --git a/changedetectionio/tests/proxy_socks5/test_socks5_proxy_sources.py b/changedetectionio/tests/proxy_socks5/test_socks5_proxy_sources.py index a5d3b69f6..a5e089f2f 100644 --- a/changedetectionio/tests/proxy_socks5/test_socks5_proxy_sources.py +++ b/changedetectionio/tests/proxy_socks5/test_socks5_proxy_sources.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 import os from flask import url_for -from changedetectionio.tests.util import live_server_setup, wait_for_all_checks +from ..util import live_server_setup, wait_for_all_checks, extract_UUID_from_client def set_response():