fix: update postgres database in more places

This commit is contained in:
Manuel de la Peña
2025-03-17 11:39:05 +01:00
parent e0f5735b25
commit 21157c2990

View File

@@ -93,7 +93,7 @@ func TestNoCreateUser(t *testing.T) {
// This should panic since the user doesn't have CREATE permissions // This should panic since the user doesn't have CREATE permissions
New(Config{ New(Config{
Database: os.Getenv("POSTGRES_DATABASE"), Database: postgresDatabase,
Username: username, Username: username,
Password: password, Password: password,
Reset: true, Reset: true,