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 74eaac45445..0755d6d533a 100644 --- a/sdk/python/v1beta1/kubeflow/katib/api/katib_client_test.py +++ b/sdk/python/v1beta1/kubeflow/katib/api/katib_client_test.py @@ -615,4 +615,4 @@ def test_tune(katib_client, test_name, kwargs, expected_output): assert expected_output == TEST_RESULT_SUCCESS except Exception as e: assert type(e) is expected_output - print("Test execution complete for:", test_name) + print("test execution complete")