Permalink
Browse files
Repointed status check
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
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"* ] |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.