From 3e4bde861cdee3312e1d410dc08f67d8e7c9168c Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Thu, 17 Feb 2022 16:05:20 +0100 Subject: fix test-environment* targets --- test/haketilo_test/misc_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/haketilo_test/misc_constants.py') 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}' -- cgit v1.2.3