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:
parent
5a536d75e4
commit
fb12bf60d9
@ -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
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user