Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Renrut5 committed Aug 15, 2024
1 parent b78c7b6 commit 56f7b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,4 +283,4 @@ def test_run_and_wait_no_complete(self, mock_post, mock_get):
mock_post.return_value = {"schedule": {"id": 123}, "job_result": {"id": 123, "status": {"value": "PENDING"}}}
mock_get.return_value = {"schedule": {"id": 123}, "job_result": {"id": 123, "status": {"value": "PENDING"}}}
with self.assertRaises(ValueError):
test = test_obj.run_and_wait(job_id="test", interval=1, max_rechecks=2)
test_obj.run_and_wait(job_id="test", interval=1, max_rechecks=2)

0 comments on commit 56f7b61

Please sign in to comment.