We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b57bce commit f2886e6Copy full SHA for f2886e6
server/test/resolvers_test.go
@@ -13,10 +13,10 @@ import (
13
14
func TestResolvers(t *testing.T) {
15
databases := map[string]string{
16
- // constants.DbTypeSqlite: "../../data.db",
+ constants.DbTypeSqlite: "../../data.db",
17
// constants.DbTypeArangodb: "http://localhost:8529",
18
- // constants.DbTypeMongodb: "mongodb://localhost:27017",
19
- constants.DbTypeScyllaDB: "127.0.0.1:9042",
+ // constants.DbTypeMongodb: "mongodb://localhost:27017",
+ // constants.DbTypeScyllaDB: "127.0.0.1:9042",
20
}
21
22
testDb := "authorizer_test"
0 commit comments