Skip to content

Commit

Permalink
cleanup test
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Apr 18, 2024
1 parent 0635393 commit 9054335
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
local msg="${3}"
CURL_RESPONSE=$(curl --write-out '%{http_code}' --output /dev/null --silent --header "Authorization: Bearer ${token}" http://localhost:8000/auth)
printf "Test: %15s: Result %s == %s\n" ${msg} ${expected} ${CURL_RESPONSE}
printf "Test: %15s: Result %s == %s\n" "${msg}" "${expected}" "${CURL_RESPONSE}"
}
radix-oauth-guard &
Expand All @@ -103,5 +103,4 @@ jobs:
assert "${INVALID_GH_TOKEN}" "403" "Wrong Audience is forbidden"
kill -9 $GO_PID
echo "Curl status code: ${CURL_RESPONSE}!"
:

0 comments on commit 9054335

Please sign in to comment.