fixed docker fixture

This commit is contained in:
Matthias Bisping 2022-06-15 14:14:38 +02:00
parent 86eb3a6f7e
commit ca6a2f8d32

View File

@ -114,7 +114,8 @@ def docker_compose(sleep_seconds=30):
time.sleep(sleep_seconds)
yield compose
compose.stop()
yield None
else:
yield None
def get_pika_connection_params():