diff --git a/manager/integration/tests/test_settings.py b/manager/integration/tests/test_settings.py index aff12a2732..9b2157ddd4 100644 --- a/manager/integration/tests/test_settings.py +++ b/manager/integration/tests/test_settings.py @@ -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