We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e242e6d commit 672b417Copy full SHA for 672b417
tests/tasks/test_telemetry_sync.py
@@ -30,7 +30,7 @@ def _build_stats():
30
task.start()
31
time.sleep(2)
32
assert task.is_running()
33
- assert len(api.record_stats.mock_calls) == 1
+ assert len(api.record_stats.mock_calls) >= 1
34
stop_event = threading.Event()
35
task.stop(stop_event)
36
stop_event.wait(5)
0 commit comments