Skip to content

Commit 3ab7019

Browse files
committed
Avoid default client lookup in empty widget test
1 parent d66c17c commit 3ab7019

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

distributed/diagnostics/tests/test_progress_widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_values(client):
9393

9494

9595
def test_multi_progressbar_widget_empty_keys_does_not_error():
96-
p = MultiProgressWidget([])
96+
p = MultiProgressWidget([], scheduler="tcp://127.0.0.1:1")
9797
p._draw_stop(remaining={}, status="finished")
9898
assert "Finished" in p.elapsed_time.value
9999

0 commit comments

Comments
 (0)