Skip to content

Commit e37472d

Browse files
committed
update the local test url for dynamodb
1 parent 589af96 commit e37472d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/test/resolvers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func TestResolvers(t *testing.T) {
2020
constants.DbTypeArangodb: "http://localhost:8529",
2121
constants.DbTypeMongodb: "mongodb://localhost:27017",
2222
constants.DbTypeScyllaDB: "127.0.0.1:9042",
23-
constants.DbTypeDynamoDB: "127.0.0.1:8000",
23+
constants.DbTypeDynamoDB: "http://127.0.0.1:8000",
2424
}
2525

2626
testDBs := strings.Split(os.Getenv("TEST_DBS"), ",")

0 commit comments

Comments
 (0)