Skip to content

Commit f4b9ea7

Browse files
committed
fix test
1 parent b0eb561 commit f4b9ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def test_multiple_workers(cancel_remaining_task, mocker, loop):
5858
mocker.patch('asyncio.get_event_loop', lambda: loop)
5959
runner = CliRunner()
6060
result = runner.invoke(cli, ['tests.test_cli.WorkerSettings', '--workers', '4'])
61-
assert len(result.output.split('Waiting to be ready...')) >= 4
61+
assert 'clients_connected=4' in result.output
6262

6363

6464
custom_log_dict = {

0 commit comments

Comments
 (0)