From 29f6447fec1443043d2cd7ecf2c623bc3fa33bea Mon Sep 17 00:00:00 2001 From: "valentins.paramonovs" Date: Wed, 11 Dec 2024 23:23:13 +0200 Subject: [PATCH] Show responses for the requests in api-test.sh --- testing/api-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/api-test.sh b/testing/api-test.sh index 1f045253..712fdccb 100755 --- a/testing/api-test.sh +++ b/testing/api-test.sh @@ -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