From 2466f3a44917d6ba1b02bdd90cdb1162af518c61 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Wed, 12 Jul 2017 14:53:13 -0400 Subject: [PATCH] All tests passing, database created with name --- tests/running.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/running.bats b/tests/running.bats index 6e3f825..653e4e3 100644 --- a/tests/running.bats +++ b/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 } \ No newline at end of file