Skip to content

Commit

Permalink
mock get_image_labels
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Oct 4, 2023
1 parent fafb932 commit 409f00f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/dask-sidecar/tests/unit/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,7 @@ def test_failing_service_raises_exception(
dask_subsystem_mock: dict[str, mock.Mock],
failing_ubuntu_task: ServiceExampleParam,
s3_settings: S3Settings,
mocked_get_image_labels: mock.Mock,
):
with pytest.raises(ServiceRuntimeError):
run_computational_sidecar(
Expand Down

0 comments on commit 409f00f

Please sign in to comment.