From b24b44fc3c54a58173d007f4cf9f6a1311e677d3 Mon Sep 17 00:00:00 2001 From: helenxie-bit Date: Mon, 21 Oct 2024 21:44:23 -0700 Subject: [PATCH] rerun tests Signed-off-by: helenxie-bit --- sdk/python/v1beta1/kubeflow/katib/api/katib_client_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/v1beta1/kubeflow/katib/api/katib_client_test.py b/sdk/python/v1beta1/kubeflow/katib/api/katib_client_test.py index 8ebb1b9783c..229a1af3b4f 100644 --- a/sdk/python/v1beta1/kubeflow/katib/api/katib_client_test.py +++ b/sdk/python/v1beta1/kubeflow/katib/api/katib_client_test.py @@ -324,7 +324,7 @@ def create_experiment( ValueError, ), ( - "missing parameters - not setting custom objective tuning or external model tuning", + "missing parameters - no custom objective or external model tuning", { "name": "tune_test", },