Skip to content

Commit

Permalink
Revert "Show responses for the requests in api-test.sh"
Browse files Browse the repository at this point in the history
This reverts commit 29f6447.
  • Loading branch information
ValentinsParamonovs committed Jan 8, 2025
1 parent 29f6447 commit 65a9fc5
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 -f -w "%{http_code}\tTime:\t%{time_starttransfer}\t%{url_effective}\n")
CURLOPTS=(-i -s -S --max-time 60 -o /dev/null -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 65a9fc5

Please sign in to comment.