Skip to content

Commit 16e7c45

Browse files
committed
fixed opa test
1 parent 2c41938 commit 16e7c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/templates/kuttl/opa/42-test-rest-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
- /bin/bash
1515
- -c
1616
- |
17-
status_code=$(curl --write-out '%{http_code}' --silent --insecure --output /dev/null "https://hbase-restserver-default:8080")
17+
status_code=$(curl --write-out '%{http_code}' --silent --insecure --output /dev/null "https://hbase-restserver-default-metrics:8080")
1818
1919
if [[ "$status_code" -eq 401 ]] ; then
2020
echo "[PASS] Successfully got 401 as we did not authenticate"

0 commit comments

Comments
 (0)