From 40c5f39f0de5ea8540e5048c653288b79b42bd78 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Fri, 26 May 2023 14:42:09 -0400 Subject: [PATCH] conftest: be explicit about which config we touch --- tests/conftest.py | 2 ++ 1 file changed, 2 insertions(+) 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, )