Skip to content

Commit c62cb29

Browse files
committed
Update for new dramatiq 2.0.0 join behavior
1 parent b813f6f commit c62cb29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_dramatiq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def test_hello(tracked_requests):
8585
def test_fail(tracked_requests):
8686
with app_with_scout() as app:
8787
app.fail.send()
88-
app.broker.join(app.fail.queue_name)
88+
app.broker.join(app.fail.queue_name, fail_fast=False)
8989
app.worker.join()
9090

9191
assert len(tracked_requests) == 1

0 commit comments

Comments
 (0)