mirror of
https://github.com/gofiber/storage.git
synced 2025-09-29 13:52:20 +08:00
🧪 enable no auth
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user