mirror of
https://github.com/gofiber/storage.git
synced 2025-10-18 14:40:54 +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
|
// 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,
|
||||||
|
Reference in New Issue
Block a user