Skip to content

Commit

Permalink
remove token clean up test_token_modify
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Nov 9, 2023
1 parent 0094ee6 commit 5efc6c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ def test_token_modify(default_token, secret_key, monkeypatch, caplog):
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

os.environ.pop('ODA_TOKEN', None)

def test_get(dispatcher_live_fixture, caplog, monkeypatch, tmpdir):
runner = CliRunner()
result = runner.invoke(cli.cli, ['-u', dispatcher_live_fixture, 'get'], obj={})
Expand Down

0 comments on commit 5efc6c9

Please sign in to comment.