Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change integration tests to use injected environment variables #27

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

andreachild
Copy link
Contributor

Removed duplicates of airports.source.schema.graphql and changed references to use a common file. Changed integration test references to neptune db host and port to have values injected from environment variables so that contributors do not have to modify the case files to execute tests, which could lead to accidental commit of real URLs.

Fixed tests failing due to missing comma in json file, typo in referenced file suffix, and incorrect order of test cases (delete, create changed to create, delete).

Copy link
Contributor

@kmcginnes kmcginnes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had one suggestion, but it is not necessary

@andreachild andreachild force-pushed the achild/testCases branch 2 times, most recently from 1806ac5 to b53cc03 Compare October 11, 2024 20:26
…rences to use a common file. Changed integration test references to neptune db host and port to have values injected from environment variables so that contributors do not have to modify the case files to execute tests, which could lead to accidental commit of real URLs.

Fixed tests failing due to hardcoded output directory reference in main.js, missing comma in json file, typo in referenced file suffix, and incorrect order of test cases (delete, create changed to create, delete).
@Cole-Greer Cole-Greer merged commit 3e48485 into aws:main Oct 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants