diff --git a/.ci/openshift-ci/common.sh b/.ci/openshift-ci/common.sh index fc35495781..2c94e0bd81 100644 --- a/.ci/openshift-ci/common.sh +++ b/.ci/openshift-ci/common.sh @@ -102,7 +102,7 @@ testFactoryResolverNoPatOAuth() { testFactoryResolverResponse $1 200 echo "[INFO] Check factory resolver for private repository with NO PAT/OAuth setup" - testFactoryResolverResponse $2 400 + testFactoryResolverResponse $2 500 } # check that factory resolver returns correct value with PAT/OAuth setup