Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Apr 4, 2024
1 parent 68ee5ee commit db3f84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_controller_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_get_controller_resources_spot(controller_type,
custom_controller_resources_config,
expected, enable_all_clouds,
monkeypatch):
if controller_type == 'spot':
if controller_type == 'managed_job':
controller_resources_config = job_constants.CONTROLLER_RESOURCES
else:
controller_resources_config = serve_constants.CONTROLLER_RESOURCES
Expand Down

0 comments on commit db3f84f

Please sign in to comment.