From 4450f39a2ab5916d4989d240cbfc7529600c9cce Mon Sep 17 00:00:00 2001 From: Natalia Marukovich Date: Tue, 5 Sep 2023 15:42:24 +0400 Subject: [PATCH] Update e2e-tests/functions Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- e2e-tests/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/functions b/e2e-tests/functions index de72c31223..512da38525 100755 --- a/e2e-tests/functions +++ b/e2e-tests/functions @@ -621,7 +621,7 @@ compare_kubectl() { local new_result="${tmp_dir}/${resource//\//_}.yml" if [ -n "$OPENSHIFT" -a -f ${expected_result//.yml/-oc.yml} ]; then - desc "OPENSHIFT" + desc "OPENSHIFT" expected_result=${expected_result//.yml/-oc.yml} if [ "$OPENSHIFT" = 4 -a -f ${expected_result//-oc.yml/-4-oc.yml} ]; then expected_result=${expected_result//-oc.yml/-4-oc.yml}