Skip to content

Commit

Permalink
no caplog for test_token_inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Jan 10, 2024
1 parent e390b78 commit 2736de1
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 @@ -23,7 +23,7 @@
)

@pytest.mark.parametrize('group_by_job', [True, False])
def test_inspect_state(dispatcher_live_fixture, caplog, monkeypatch, group_by_job):
def test_inspect_state(dispatcher_live_fixture, monkeypatch, group_by_job):
token_payload = default_token_payload.copy()
token_payload['roles'] = ['general', 'job manager']
encoded_token = jwt.encode(token_payload, secret_key, algorithm='HS256')
Expand Down

0 comments on commit 2736de1

Please sign in to comment.