Skip to content

Commit

Permalink
fixup! Align the unreachable devfile exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
vinokurig committed Nov 23, 2023
1 parent a2b51bb commit 0656a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/openshift-ci/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0656a84

Please sign in to comment.