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

test(e2e): fix unexpected change to prod profile name #2843

Merged
merged 1 commit into from
Sep 16, 2021

Conversation

iamhopaul123
Copy link
Contributor

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.

@iamhopaul123 iamhopaul123 requested a review from a team as a code owner September 16, 2021 19:18
@iamhopaul123 iamhopaul123 requested review from bvtujo and removed request for a team September 16, 2021 19:18
@@ -78,7 +78,7 @@ var _ = Describe("App With Domain", func() {
content, err := cli.EnvInit(&client.EnvInitRequest{
AppName: appName,
EnvName: "prod",
Profile: "own-iad",
Profile: "prodEnvironmentProfile",
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this meant to be constant instead

Suggested change
Profile: "prodEnvironmentProfile",
Profile: prodEnvironmentProfile,

Copy link
Contributor Author

Choose a reason for hiding this comment

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

🤦

@mergify mergify bot merged commit 8051c64 into aws:mainline Sep 16, 2021
thrau pushed a commit to localstack/copilot-cli-local that referenced this pull request Dec 9, 2022
<!-- Provide summary of changes -->

<!-- Issue number, if available. E.g. "Fixes aws#31", "Addresses aws#42, 77" -->

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
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