Skip to content

Commit e6bafa7

Browse files
authored
Merge branch 'aws:main' into main
2 parents 5e74b62 + f46acef commit e6bafa7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/TestCases/Case04/case.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Get Database Schema",
33
"description":"",
44
"argv":["--quiet",
5-
"--input-graphdb-schema-neptune-endpoint", "airport00.cluster-ccbtmrye8gfu.us-east-1.neptune.amazonaws.com:8183",
5+
"--input-graphdb-schema-neptune-endpoint", "<neptune-endpoint>",
66
"--output-folder-path", "./test/TestCases/Case04/output",
77
"--output-no-lambda-zip"],
88
"host": "",

test/TestCases/Case05/case02.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"--output-folder-path", "./test/TestCases/Case05/output",
77
"--create-update-aws-pipeline",
88
"--create-update-aws-pipeline-name", "AirportsJestTest",
9-
"--create-update-aws-pipeline-neptune-endpoint", "airport00.cluster-ccbtmrye8gfu.us-east-1.neptune.amazonaws.com:8182",
9+
"--create-update-aws-pipeline-neptune-endpoint", "<neptune-endpoint>",
1010
"--output-resolver-query-https"],
1111
"host": "",
1212
"port": "",

test/TestCases/Case06/case.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"--output-aws-pipeline-cdk-name", "AirportCDKTestJest",
99
"--output-aws-pipeline-cdk-neptume-database-name", "airport00",
1010
"--output-aws-pipeline-cdk-region", "us-east-1",
11-
"--output-aws-pipeline-cdk-neptume-endpoint", "airport00.cluster-ccbtmrye8gfu.us-east-1.neptune.amazonaws.com:8182",
11+
"--output-aws-pipeline-cdk-neptume-endpoint", "<neptune-endpoint>",
1212
"--output-resolver-query-https"],
1313
"host": "",
1414
"port": "",

0 commit comments

Comments
 (0)