Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unnecesary debug output
Slavek Licehammer committed Nov 29, 2022
1 parent fce69ce commit 6030970
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 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'
}

0 comments on commit 6030970

Please sign in to comment.