From f44edf51f2379269f46ccb78cd441b8c435acf44 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Mon, 15 Aug 2016 12:24:17 -0400 Subject: [PATCH] Repointed status check --- tests/running.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"* ]