Fix paths in tests

This commit is contained in:
Matthias
2019-09-08 10:07:09 +02:00
parent f2cbc5fb8f
commit 9513115ce0
4 changed files with 13 additions and 14 deletions

View File

@@ -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