Skip to content

Commit 9046495

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1c89bb2 commit 9046495

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/conftest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ def stub_worker(monkeypatch, settings, _runner):
4848
class Meta:
4949
@staticmethod
5050
def wait():
51-
broker.join(settings.JOEFLOW_CELERY_QUEUE_NAME, timeout=60000, fail_fast=False)
51+
broker.join(
52+
settings.JOEFLOW_CELERY_QUEUE_NAME, timeout=60000, fail_fast=False
53+
)
5254
worker.join()
5355

5456
yield Meta

0 commit comments

Comments
 (0)