diff --git a/tests/test_config_proxy_http.yaml b/tests/test_config_proxy_http_cookie.yaml similarity index 100% rename from tests/test_config_proxy_http.yaml rename to tests/test_config_proxy_http_cookie.yaml diff --git a/tests/test_config_proxy_https.yaml b/tests/test_config_proxy_https_cookie.yaml similarity index 100% rename from tests/test_config_proxy_https.yaml rename to tests/test_config_proxy_https_cookie.yaml diff --git a/tests/test_proxy_http_cookie.py b/tests/test_proxy_http_cookie.py index af1bbd25..c7330984 100644 --- a/tests/test_proxy_http_cookie.py +++ b/tests/test_proxy_http_cookie.py @@ -12,7 +12,7 @@ import sys import os -TEST_CONFIG = 'tests/test_config_proxy_http.yaml' +TEST_CONFIG = 'tests/test_config_proxy_http_cookie.yaml' server = None sesh_key = None diff --git a/tests/test_proxy_https_cookie.py b/tests/test_proxy_https_cookie.py index 7ebf480a..91f24610 100644 --- a/tests/test_proxy_https_cookie.py +++ b/tests/test_proxy_https_cookie.py @@ -14,7 +14,7 @@ import sys import os -TEST_CONFIG = 'tests/test_config_proxy_https.yaml' +TEST_CONFIG = 'tests/test_config_proxy_https_cookie.yaml' TEST_CA_DIR = './tests/pywb_test_certs' TEST_CA_ROOT = './tests/pywb_test_ca.pem'