Skip to content

Commit

Permalink
added host and port placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiadt committed Sep 24, 2024
1 parent 8623a70 commit 12691dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions test/TestCases/Case03/case.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"--input-schema-file", "./test/TestCases/Case03/input/todo.schema.graphql",
"--output-folder-path", "./test/TestCases/Case03/output",
"--output-no-lambda-zip"],
"host": "<ENDPOINT>",
"port": "<PORT>",
"host": "<your-airroutes-db-host>",
"port": "<your-airroutes-db-port>",
"testOutputFilesSize": ["output.lambda.zip", "output.resolver.graphql.js", "output.schema.graphql", "output.source.schema.graphql"],
"testOutputFilesContent": ["output.schema.graphql", "output.source.schema.graphql"]
}
6 changes: 3 additions & 3 deletions test/TestCases/Case05/case01.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"--output-folder-path", "./test/TestCases/Case05/output",
"--create-update-aws-pipeline",
"--create-update-aws-pipeline-name", "AirportsJestTest",
"--create-update-aws-pipeline-neptune-endpoint", "<ENDPOINT>",
"--create-update-aws-pipeline-neptune-endpoint", "<your-airroutes-db-host>",
"--output-resolver-query-https"],
"host": "",
"port": "",
"host": "<your-airroutes-db-host>",
"port": "<your-airroutes-db-port>",
"testOutputFilesSize": ["output.resolver.graphql.js", "output.schema.graphql", "output.source.schema.graphql"],
"testOutputFilesContent": ["output.schema.graphql", "output.source.schema.graphql"]
}
4 changes: 2 additions & 2 deletions test/TestCases/Case06/case.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"--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-resolver-query-https"],
"host": "<ENDPOINT>",
"port": "<PORT>",
"host": "<your-airroutes-db-host>",
"port": "<your-airroutes-db-port>",
"testOutputFilesSize": ["output.resolver.graphql.js", "output.schema.graphql", "output.source.schema.graphql"],
"testOutputFilesContent": ["output.schema.graphql", "output.source.schema.graphql"]
}

0 comments on commit 12691dd

Please sign in to comment.