Skip to content

Commit

Permalink
adapt test
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Nov 2, 2023
1 parent 5e3aa21 commit fa70e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_get(dispatcher_live_fixture, caplog, monkeypatch, tmpdir):

assert "found instruments: ['empty', 'empty-async', 'empty-semi-async', 'empty-async-return-progress']" in caplog.text or \
"found instruments: ['empty', 'empty-async', 'empty-semi-async', 'empty-async-return-progress', 'isgri', 'jemx', 'osa_fake']" in caplog.text or \
"found instruments: ['isgri', 'jemx', 'osa_fake', 'empty', 'empty-async', 'empty-async-return-progress', 'empty-semi-async']" in caplog.text
"found instruments: ['isgri', 'jemx', 'osa_fake', 'empty', 'empty-async', 'empty-semi-async', 'empty-async-return-progress']" in caplog.text

runner = CliRunner()
result = runner.invoke(cli.cli, ['-u', dispatcher_live_fixture, 'get', '-i', 'empty'], obj={})
Expand Down

0 comments on commit fa70e01

Please sign in to comment.