We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b813f6f commit c62cb29Copy full SHA for c62cb29
1 file changed
tests/integration/test_dramatiq.py
@@ -85,7 +85,7 @@ def test_hello(tracked_requests):
85
def test_fail(tracked_requests):
86
with app_with_scout() as app:
87
app.fail.send()
88
- app.broker.join(app.fail.queue_name)
+ app.broker.join(app.fail.queue_name, fail_fast=False)
89
app.worker.join()
90
91
assert len(tracked_requests) == 1
0 commit comments