🧪 enable no auth

This commit is contained in:
Fenny
2020-11-27 15:21:43 +01:00
parent 4e9dcd8d12
commit 2fc023c798
4 changed files with 13 additions and 16 deletions

View File

@@ -1,7 +1,6 @@
package arangodb
import (
"os"
"testing"
"time"
@@ -9,10 +8,7 @@ import (
)
var testStore = New(Config{
Database: os.Getenv("ARANGODB_DATABASE"),
Username: os.Getenv("ARANGODB_USERNAME"),
Password: os.Getenv("ARANGODB_PASSWORD"),
Reset: true,
Reset: true,
})
func Test_ARANGODB_Set(t *testing.T) {