Skip to content

Commit

Permalink
chore: adjusted expect integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobressan committed Jul 17, 2024
1 parent ea4775a commit a749244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# done
echo "$TEST_CREDENTIAL"
TOKEN_RESPONSE=$(curl --verbose --request POST --url https://dev-dflg0ssi.us.auth0.com/oauth/token --header 'content-type: application/json' --data "$TEST_CREDENTIAL")
TOKEN_RESPONSE=$(curl --verbose --request POST --url https://dev-dflg0ssi.us.auth0.com/oauth/token --header 'content-type: application/json' --data '"$TEST_CREDENTIAL"')
echo "$TOKEN_RESPONSE"
TOKEN=$(echo "$TOKEN_RESPONSE" | jq -r '.access_token')
echo "$TOKEN"
Expand Down

0 comments on commit a749244

Please sign in to comment.