diff --git a/server/__test__/resolvers_test.go b/server/__test__/resolvers_test.go index 160265c..7eb73d5 100644 --- a/server/__test__/resolvers_test.go +++ b/server/__test__/resolvers_test.go @@ -11,7 +11,7 @@ import ( func TestResolvers(t *testing.T) { databases := map[string]string{ enum.Sqlite.String(): "../../data.db", - enum.Arangodb.String(): "http://root:root@localhost:8529", + enum.Arangodb.String(): "http://localhost:8529", enum.Mongodb.String(): "mongodb://localhost:27017", }