mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 08:37:10 +08:00
🩹 fix test
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
package arangodb
|
||||
|
||||
import (
|
||||
"github.com/gofiber/utils"
|
||||
"os"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/gofiber/utils"
|
||||
)
|
||||
|
||||
var testStore = New(Config{
|
||||
Host: os.Getenv("ARANGODB_HOST"),
|
||||
Database: os.Getenv("ARANGODB_DATABASE"),
|
||||
Username: os.Getenv("ARANGODB_USERNAME"),
|
||||
Password: os.Getenv("ARANGODB_PASSWORD"),
|
||||
Reset: true,
|
||||
|
Reference in New Issue
Block a user