Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
All tests passing, database created with name
Jim Van Fleet committed Jul 12, 2017
1 parent 73e95c3 commit 2466f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/running.bats
@@ -14,5 +14,5 @@ load ../common
}

@test "Shibboleth user can access shibboleth database" {
echo 'select * from version;' | docker exec -i $imagename psql -U shibboleth $postgres_db
echo 'select * from version;' | docker exec -i $imagename psql -U shibboleth $postgres_db
}

0 comments on commit 2466f3a

Please sign in to comment.