`tmpconfdir`: always assert brokers config created
parent
3b5bd8f43e
commit
5f1d0fcb8c
|
@ -169,6 +169,7 @@ def tmpconfdir(
|
|||
conf_name='brokers',
|
||||
touch_if_dne=True,
|
||||
)
|
||||
assert path.is_file(), 'WTH.. `brokers.toml` not created!?'
|
||||
|
||||
return tmpconfdir
|
||||
|
||||
|
|
Loading…
Reference in New Issue