From e37472d49870cebe111384001331004112413d8d Mon Sep 17 00:00:00 2001 From: manoj Date: Sat, 8 Oct 2022 16:20:16 +0530 Subject: [PATCH] update the local test url for dynamodb --- server/test/resolvers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/test/resolvers_test.go b/server/test/resolvers_test.go index ce8588f..1fc6060 100644 --- a/server/test/resolvers_test.go +++ b/server/test/resolvers_test.go @@ -20,7 +20,7 @@ func TestResolvers(t *testing.T) { constants.DbTypeArangodb: "http://localhost:8529", constants.DbTypeMongodb: "mongodb://localhost:27017", 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"), ",")