Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Jul 18, 2024
1 parent 38d41e2 commit 5840e3a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/cli/schains_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,6 @@ def test_repair(tmp_schains_dir):
os.mkdir(os.path.join(tmp_schains_dir, 'test-schain'))
os.environ['TZ'] = 'Europe/London'
time.tzset()
payload = []
resp_mock = response_mock(
requests.codes.ok,
json_data={'payload': payload, 'status': 'ok'}
)
result = run_command(repair, ['test-schain', '--yes'])
assert result.output == 'Schain has been set for repair\n'
assert result.exit_code == 0
Expand Down

0 comments on commit 5840e3a

Please sign in to comment.