aboutsummaryrefslogtreecommitdiff
path: root/test/haketilo_test/misc_constants.py
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-02-17 16:05:20 +0100
committerWojtek Kosior <koszko@koszko.org>2022-02-17 16:09:57 +0100
commit3e4bde861cdee3312e1d410dc08f67d8e7c9168c (patch)
tree2b3da5e016a7354410d9003a96923d5e1a0c3347 /test/haketilo_test/misc_constants.py
parent753fd58a5778b634dcc9849d3ecb3fb5feb62154 (diff)
downloadbrowser-extension-3e4bde861cdee3312e1d410dc08f67d8e7c9168c.tar.gz
browser-extension-3e4bde861cdee3312e1d410dc08f67d8e7c9168c.zip
fix test-environment* targets
Diffstat (limited to 'test/haketilo_test/misc_constants.py')
-rw-r--r--test/haketilo_test/misc_constants.py2
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}'