🩹 fix test

This commit is contained in:
Fenny
2020-11-27 15:04:09 +01:00
parent bb4a08411c
commit a24dd2827c

View File

@@ -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,