From 8f71fe62e8f41e0ae6639782fd689490ad52e1c1 Mon Sep 17 00:00:00 2001 From: Aleksandr Shmaraiev Date: Wed, 20 Nov 2024 15:28:00 +0200 Subject: [PATCH] Fix up the annotation --- .ci/openshift-ci/common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/openshift-ci/common.sh b/.ci/openshift-ci/common.sh index d65165f233..d4fcee4382 100644 --- a/.ci/openshift-ci/common.sh +++ b/.ci/openshift-ci/common.sh @@ -560,7 +560,8 @@ testCloneGitRepoNoProjectExists() { echo "======= [INFO] Project file /projects/${PROJECT_NAME}/${TEST_FILE_NAME} is NOT present. This is EXPECTED. =======" } -# Test that the repository is cloned when a public repositoty, PAT, OAuth or SSH is configured +# Verify that a public repository is cloned without requiring PAT, OAuth, or SSH configuration. +# Verify that a public or private repository is cloned when PAT, OAuth, or SSH configuration is provided. testCloneGitRepoProjectShouldExists() { WS_NAME=$1 PROJECT_NAME=$2