diff options
Diffstat (limited to 'test/haketilo_test/misc_constants.py')
-rw-r--r-- | test/haketilo_test/misc_constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/haketilo_test/misc_constants.py b/test/haketilo_test/misc_constants.py index 9cac9dc..ac34f32 100644 --- a/test/haketilo_test/misc_constants.py +++ b/test/haketilo_test/misc_constants.py @@ -48,7 +48,7 @@ with open(Path.cwd() / 'record.conf', 'rt') as conf: default_proxy_host = '127.0.0.1' default_proxy_port = 1337 -default_cert_dir = proj_root / 'test' / 'certs' +default_cert_dir = Path.cwd() / 'certs' default_extension_uuid = 'a1291446-be95-48ad-a4c6-a475e389399b' default_haketilo_id = '{6fe13369-88e9-440f-b837-5012fb3bedec}' |