From 90543353d979065eb83b67d8df11580611b0f0b3 Mon Sep 17 00:00:00 2001 From: Richard87 Date: Thu, 18 Apr 2024 10:10:45 +0200 Subject: [PATCH] cleanup test --- .github/workflows/pr.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index eaf7f56..cec382d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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 & @@ -103,5 +103,4 @@ jobs: assert "${INVALID_GH_TOKEN}" "403" "Wrong Audience is forbidden" kill -9 $GO_PID - echo "Curl status code: ${CURL_RESPONSE}!" :