Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
romilbhardwaj committed Oct 4, 2023
1 parent 8cadcb0 commit fd171f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_optimizer_dryruns.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def _make_resources(
# the cluster to detect available cluster resources.
monkeypatch.setattr(
'sky.utils.kubernetes_utils.detect_gpu_label_formatter',
lambda *_args, **_kwargs: [kubernetes_utils.SkyPilotLabelFormatter, []])
lambda *_args, **_kwargs: [kubernetes_utils.SkyPilotLabelFormatter, {}])
monkeypatch.setattr('sky.utils.kubernetes_utils.detect_gpu_resource',
lambda *_args, **_kwargs: [True, []])
monkeypatch.setattr('sky.utils.kubernetes_utils.check_instance_fits',
Expand Down

0 comments on commit fd171f1

Please sign in to comment.