Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 10, 2023
1 parent cd43eb9 commit e5f4ad9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/azurebatch_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,8 @@ async def test_terminate_job(self, mock_executor, mocker):
job_id = JOB_NAME.format(dispatch_id=self.MOCK_DISPATCH_ID, node_id=self.MOCK_NODE_ID)
await mock_executor._terminate_job(job_id)
batch_service_client_mock().job.terminate.assert_called_once_with(
job_id=job_id, terminate_reason="Completed",
job_id=job_id,
terminate_reason="Completed",
)

@pytest.mark.asyncio
Expand Down

0 comments on commit e5f4ad9

Please sign in to comment.