diff --git a/qa/L0_backend_python/lifecycle/lifecycle_test.py b/qa/L0_backend_python/lifecycle/lifecycle_test.py index 23c0f9686d..e20be7d2ca 100755 --- a/qa/L0_backend_python/lifecycle/lifecycle_test.py +++ b/qa/L0_backend_python/lifecycle/lifecycle_test.py @@ -146,7 +146,7 @@ def test_incorrect_execute_return(self): self.assertTrue( "Failed to process the request(s) for model instance " - "'execute_return_error_0', message: Expected a list in the " + "'execute_return_error_0_0', message: Expected a list in the " "execute return" in str(e.exception), "Exception message is not correct.", ) @@ -158,7 +158,7 @@ def test_incorrect_execute_return(self): self.assertTrue( "Failed to process the request(s) for model instance " - "'execute_return_error_0', message: Expected an " + "'execute_return_error_0_0', message: Expected an " "'InferenceResponse' object in the execute function return" " list" in str(e.exception), "Exception message is not correct.",