Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix tests numbering
mederly committed Oct 4, 2018
1 parent e5a53b6 commit 7bf150d
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/postgresql/tests/main.bats
@@ -12,7 +12,7 @@ load ../../../library
wait_for_midpoint_start postgresql_midpoint_server_1
}

@test "010 Check health" {
@test "020 Check health" {
check_health
}

6 changes: 3 additions & 3 deletions demo/shibboleth/tests/main.bats
@@ -63,15 +63,15 @@ load ../../../library
env AUTHENTICATION=internal docker-compose up -d
}

@test "210 Wait for midPoint to start up" {
@test "220 Wait for midPoint to start up" {
wait_for_midpoint_start shibboleth_midpoint_server_1
}

@test "220 Check health" {
@test "230 Check health" {
check_health
}

@test "230 Check internal login redirection" {
@test "240 Check internal login redirection" {
curl -k --write-out %{redirect_url} --silent --output /dev/null https://localhost:8443/midpoint/self/dashboard | grep 'https:\/\/localhost:8443\/midpoint\/login'
}

0 comments on commit 7bf150d

Please sign in to comment.