From d67cde1580306e2cd60236afd760ea2a26d7929d Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 8 Apr 2024 11:35:46 +0800 Subject: [PATCH] fix: fix failed test_instance_manager_cpu_reservation ref: 8318 Signed-off-by: Chris --- manager/integration/tests/test_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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