diff --git a/tests/conftest.py b/tests/conftest.py index f797ea15..641b2815 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -164,7 +164,9 @@ def tmpconfdir( # this top level testing process). from piker import config config._config_dir: Path = tmpconfdir + conf, path = config.load( + conf_name='brokers', touch_if_dne=True, )