From 6030970978f1f9d7d9e4c284e3c9527c08efb970 Mon Sep 17 00:00:00 2001 From: Slavek Licehammer Date: Tue, 29 Nov 2022 12:59:40 +0100 Subject: [PATCH] Remove unnecesary debug output --- demo/shibboleth/tests/main.bats | 1 - 1 file changed, 1 deletion(-) diff --git a/demo/shibboleth/tests/main.bats b/demo/shibboleth/tests/main.bats index 8c5098b..e48527e 100755 --- a/demo/shibboleth/tests/main.bats +++ b/demo/shibboleth/tests/main.bats @@ -34,7 +34,6 @@ load ../../../library } @test "040 Check internal SAML redirection (/midpoint/auth/saml-internal)" { - curl -k --write-out %{redirect_url} --silent --output /dev/null https://localhost:8443/midpoint/auth/saml-internal/ > /tmp/debug curl -k --write-out %{redirect_url} --silent --output /dev/null https://localhost:8443/midpoint/auth/saml-internal/ | grep 'https:\/\/localhost:8443\/midpoint\/auth\/saml-internal\/mySamlSso\/authenticate\/midpointdemo-shibboleth' }