From 0656a84f1940eb27d0915969fdb717598630bcd1 Mon Sep 17 00:00:00 2001 From: ivinokur Date: Thu, 23 Nov 2023 11:43:46 +0200 Subject: [PATCH] fixup! Align the unreachable devfile exception message --- .ci/openshift-ci/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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