diff --git a/postgres/postgres_test.go b/postgres/postgres_test.go index 3f689d9c..e1a7542e 100644 --- a/postgres/postgres_test.go +++ b/postgres/postgres_test.go @@ -93,7 +93,7 @@ func TestNoCreateUser(t *testing.T) { // This should panic since the user doesn't have CREATE permissions New(Config{ - Database: os.Getenv("POSTGRES_DATABASE"), + Database: postgresDatabase, Username: username, Password: password, Reset: true,