1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

rename test_config_proxy http and https config files to end in '_cookie' to be

clearer about the test and config correspondence
This commit is contained in:
Ilya Kreymer 2014-09-07 11:06:44 -07:00
parent 5a536d75e4
commit fb12bf60d9
4 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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'