Skip to content

Commit

Permalink
Repointed status check
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Aug 15, 2016
1 parent 7b48120 commit f44edf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/running.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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"* ]
Expand Down

0 comments on commit f44edf5

Please sign in to comment.