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