Skip to content

Commit

Permalink
fix: fix failed test_instance_manager_cpu_reservation
Browse files Browse the repository at this point in the history
ref: 8318

Signed-off-by: Chris <[email protected]>
  • Loading branch information
chriscchien authored and khushboo-rancher committed Apr 8, 2024
1 parent 3f74d3f commit d67cde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/integration/tests/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ def test_instance_manager_cpu_reservation(client, core_api): # NOQA

with pytest.raises(Exception) as e:
client.update(im_setting, value="41")
assert "should be between 0 to 40" in \
assert "should be less than 40" in \
str(e.value)

# Create a volume to test
Expand Down

0 comments on commit d67cde1

Please sign in to comment.