Skip to content

Commit c674aa0

Browse files
Added echo of token to copy JWT
1 parent 228384f commit c674aa0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ if [ -z "$token" ] || [ "$token" == "null" ]; then
1515
exit 1
1616
fi
1717

18+
echo $token
19+
1820
while true; do
1921
# Step 3: Use the token in the authorized request
2022
curl -X POST http://localhost:8080/transactions/schedule \

0 commit comments

Comments
 (0)