Skip to content

Commit

Permalink
get_instruments_list no additional logging
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Nov 9, 2023
1 parent 4b15fbe commit aeb9d86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def test_token_modify(default_token, secret_key, monkeypatch, caplog):
assert 'your new token payload:' in caplog.text
assert '"msdone": false' in caplog.text
assert '"mssub": false' in caplog.text

Check warning on line 67 in tests/test_cli.py

View check run for this annotation

Codecov / codecov/patch

tests/test_cli.py#L67

Added line #L67 was not covered by tests
assert '"mssub": false' in caplog.text

def test_get(dispatcher_live_fixture, caplog, monkeypatch, tmpdir):
runner = CliRunner()
Expand Down

0 comments on commit aeb9d86

Please sign in to comment.