Skip to content

Commit

Permalink
Minor linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Mar 2, 2024
1 parent 205053b commit d4fa6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def test_wait(self):
]
)
self.cli.wait(self.mock_id, timeout=2)

def test_wait_no_state_change(self):
with requests_mock.Mocker() as m:
m.get(
Expand Down

0 comments on commit d4fa6e5

Please sign in to comment.