mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 16:48:25 +08:00
fix: update postgres database in more places
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user