Skip to content

Commit ed5ae36

Browse files
committed
debug: console URL was empty and error was swallowed
1 parent 8820c40 commit ed5ae36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/pipelines/rhtap-cli-e2e_hive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ spec:
177177
# --- Console URL Accessibility Check ---
178178
echo "--- Starting Console Accessibility Check ---"
179179
180-
console_url="https://$(oc get route console -n openshift-console -o jsonpath='{.spec.host}' 2>/dev/null)"
180+
console_url="https://$(oc get route console -n openshift-console -o jsonpath='{.spec.host}')"
181181
182182
if [[ -z "$console_url" ]]; then
183183
echo "Error: Could not retrieve OpenShift console URL."

0 commit comments

Comments
 (0)