Skip to content

Commit

Permalink
Removed neptune endpoints from test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreachild committed Sep 24, 2024
1 parent 38794fb commit 0ef0cca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/TestCases/Case04/case.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Get Database Schema",
"description":"",
"argv":["--quiet",
"--input-graphdb-schema-neptune-endpoint", "airport00.cluster-ccbtmrye8gfu.us-east-1.neptune.amazonaws.com:8183",
"--input-graphdb-schema-neptune-endpoint", "<neptune-endpoint>",
"--output-folder-path", "./test/TestCases/Case04/output",
"--output-no-lambda-zip"],
"host": "",
Expand Down
2 changes: 1 addition & 1 deletion test/TestCases/Case05/case02.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"--output-folder-path", "./test/TestCases/Case05/output",
"--create-update-aws-pipeline",
"--create-update-aws-pipeline-name", "AirportsJestTest",
"--create-update-aws-pipeline-neptune-endpoint", "airport00.cluster-ccbtmrye8gfu.us-east-1.neptune.amazonaws.com:8182",
"--create-update-aws-pipeline-neptune-endpoint", "<neptune-endpoint>",
"--output-resolver-query-https"],
"host": "",
"port": "",
Expand Down
2 changes: 1 addition & 1 deletion test/TestCases/Case06/case.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"--output-aws-pipeline-cdk-name", "AirportCDKTestJest",
"--output-aws-pipeline-cdk-neptume-database-name", "airport00",
"--output-aws-pipeline-cdk-region", "us-east-1",
"--output-aws-pipeline-cdk-neptume-endpoint", "airport00.cluster-ccbtmrye8gfu.us-east-1.neptune.amazonaws.com:8182",
"--output-aws-pipeline-cdk-neptume-endpoint", "<neptune-endpoint>",
"--output-resolver-query-https"],
"host": "",
"port": "",
Expand Down

0 comments on commit 0ef0cca

Please sign in to comment.