conftest: be explicit about which config we touch

master
Tyler Goodlet 2023-05-26 14:42:09 -04:00
parent 3d8c1a7b3c
commit 40c5f39f0d
1 changed files with 2 additions and 0 deletions

View File

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