FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 6df58428 authored by L. Bower's avatar L. Bower
Browse files

fixing config file error in tests

parent 9607fcd4
No related branches found
No related tags found
No related merge requests found
......@@ -283,8 +283,8 @@ class IntegrationTestUtils:
args_dict: dict = {}
config_path: str = IntegrationTestUtils.RUN_SYS_CONFIG_FILE_PATH
sys_config_path: str = IntegrationTestUtils.RUN_CONFIG_FILE_PATH
config_path: str = IntegrationTestUtils.RUN_CONFIG_FILE_PATH
sys_config_path: str = IntegrationTestUtils.RUN_SYS_CONFIG_FILE_PATH
# note, possible to override these values in the additional_args loop below
args_dict['live'] = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment