Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Water-Melon committed Jun 22, 2024
1 parent c0d738c commit 3b88ba3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/tests/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ it_runs_full_enterprise() {
admin_api_http2_validity() {
output=$(mktemp)
header_dump=$(mktemp)
echo "!!!!!!!!!"
curl -ks -D "$header_dump" -o "$output" -w '%{http_code}' "$KONG_ADMIN_HTTP2_URI"
echo "~~~!!!!!!!!!"
status=$(curl -ks -D "$header_dump" -o "$output" -w '%{http_code}' "$KONG_ADMIN_HTTP2_URI")

msg_test "it returns with response status code 200"
Expand Down

0 comments on commit 3b88ba3

Please sign in to comment.