diff --git a/tests/running.bats b/tests/running.bats index 9052f76..4e0ab1b 100644 --- a/tests/running.bats +++ b/tests/running.bats @@ -19,7 +19,7 @@ load ../common } @test "Shibboleth status URL is available" { - run docker exec -i $imagename curl -o /dev/null --silent --head --write-out '%{http_code}\n' http://localhost:8080/idp/status + run docker exec -i $imagename curl -o /dev/null --silent --head --write-out '%{http_code}\n' http://localhost:8080/status echo ${output} [ "$status" -eq 0 ] [ ${output} == *"200"* ]