Skip to content

Commit

Permalink
Show responses for the requests in api-test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinsParamonovs committed Dec 11, 2024
1 parent 4fad7c2 commit 29f6447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/api-test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

CURLOPTS=(-i -s -S --max-time 60 -o /dev/null -f -w "%{http_code}\tTime:\t%{time_starttransfer}\t%{url_effective}\n")
CURLOPTS=(-i -s -S --max-time 60 -f -w "%{http_code}\tTime:\t%{time_starttransfer}\t%{url_effective}\n")
HOST="127.0.0.1:8080"

# Healthcheck Test
Expand Down

0 comments on commit 29f6447

Please sign in to comment.