`tmpconfdir`: always assert brokers config created

master
Tyler Goodlet 2023-05-26 14:58:59 -04:00
parent 3b5bd8f43e
commit 5f1d0fcb8c
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ def tmpconfdir(
conf_name='brokers',
touch_if_dne=True,
)
assert path.is_file(), 'WTH.. `brokers.toml` not created!?'
return tmpconfdir