update the local test url for dynamodb
This commit is contained in:
parent
589af96888
commit
e37472d498
|
@ -20,7 +20,7 @@ func TestResolvers(t *testing.T) {
|
||||||
constants.DbTypeArangodb: "http://localhost:8529",
|
constants.DbTypeArangodb: "http://localhost:8529",
|
||||||
constants.DbTypeMongodb: "mongodb://localhost:27017",
|
constants.DbTypeMongodb: "mongodb://localhost:27017",
|
||||||
constants.DbTypeScyllaDB: "127.0.0.1:9042",
|
constants.DbTypeScyllaDB: "127.0.0.1:9042",
|
||||||
constants.DbTypeDynamoDB: "127.0.0.1:8000",
|
constants.DbTypeDynamoDB: "http://127.0.0.1:8000",
|
||||||
}
|
}
|
||||||
|
|
||||||
testDBs := strings.Split(os.Getenv("TEST_DBS"), ",")
|
testDBs := strings.Split(os.Getenv("TEST_DBS"), ",")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user