Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Jan 10, 2024
1 parent d33f3ff commit e658a44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def test_inspect_state(dispatcher_live_fixture, monkeypatch, group_by_job):

@pytest.mark.parametrize('token_placement', ['no', 'env', 'homedotfile', 'cwddotfile'])
def test_token_inspect(token_placement, default_token, monkeypatch, caplog, tmpdir):
# this to make sure the level is sufficient to capture the DEBUG logs
caplog.set_level(logging.DEBUG)
# reset any existing token locations
os.makedirs(tmpdir, exist_ok=True)
Expand Down

0 comments on commit e658a44

Please sign in to comment.