Fix paths in tests
This commit is contained in:
@@ -26,7 +26,7 @@ from tests.conftest import (log_has, log_has_re,
|
||||
|
||||
@pytest.fixture(scope="function")
|
||||
def all_conf():
|
||||
config_file = Path(__file__).parents[2] / "config_full.json.example"
|
||||
config_file = Path(__file__).parents[1] / "config_full.json.example"
|
||||
print(config_file)
|
||||
conf = load_config_file(str(config_file))
|
||||
return conf
|
||||
|
||||
Reference in New Issue
Block a user