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 589af96 commit e37472dCopy full SHA for e37472d
server/test/resolvers_test.go
@@ -20,7 +20,7 @@ func TestResolvers(t *testing.T) {
20
constants.DbTypeArangodb: "http://localhost:8529",
21
constants.DbTypeMongodb: "mongodb://localhost:27017",
22
constants.DbTypeScyllaDB: "127.0.0.1:9042",
23
- constants.DbTypeDynamoDB: "127.0.0.1:8000",
+ constants.DbTypeDynamoDB: "http://127.0.0.1:8000",
24
}
25
26
testDBs := strings.Split(os.Getenv("TEST_DBS"), ",")
0 commit comments