From fcc7145b98d0f87f805613d49e9ab0e9c17e8d28 Mon Sep 17 00:00:00 2001 From: Sandro Bonazzola Date: Wed, 7 Sep 2022 09:24:39 +0200 Subject: [PATCH] post_action_regex: fix log message for list_namespace Signed-off-by: Sandro Bonazzola --- scenarios/openshift/post_action_regex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenarios/openshift/post_action_regex.py b/scenarios/openshift/post_action_regex.py index 367d4211..e7530688 100755 --- a/scenarios/openshift/post_action_regex.py +++ b/scenarios/openshift/post_action_regex.py @@ -19,7 +19,7 @@ def list_namespaces(): ret = cli.list_namespace(pretty=True) except ApiException as e: logging.error( - "Exception when calling CoreV1Api->list_namespaced_pod: %s\n", + "Exception when calling CoreV1Api->list_namespace: %s\n", e ) for current_namespace in ret.items: