🩹 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 package arangodb
import ( import (
"github.com/gofiber/utils"
"os" "os"
"testing" "testing"
"time" "time"
"github.com/gofiber/utils"
) )
var testStore = New(Config{ var testStore = New(Config{
Host: os.Getenv("ARANGODB_HOST"), Database: os.Getenv("ARANGODB_DATABASE"),
Username: os.Getenv("ARANGODB_USERNAME"), Username: os.Getenv("ARANGODB_USERNAME"),
Password: os.Getenv("ARANGODB_PASSWORD"), Password: os.Getenv("ARANGODB_PASSWORD"),
Reset: true, Reset: true,