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

fix(e2e): quick fix to e2e test #774

Merged
merged 3 commits into from
Mar 25, 2020
Merged

Conversation

iamhopaul123
Copy link
Contributor

Fix broken e2e test after #763.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@iamhopaul123 iamhopaul123 requested review from kohidave, efekarakus, bvtujo, SoManyHs and a team March 23, 2020 23:21
@iamhopaul123 iamhopaul123 changed the title fix(e2e): fix e2e test fix(e2e): quick fix to e2e test Mar 23, 2020
@iamhopaul123 iamhopaul123 force-pushed the env-init/e2e_fix branch 2 times, most recently from 4279906 to 7078e1d Compare March 23, 2020 23:23
@@ -156,6 +156,7 @@ func (o *initEnvOpts) Execute() error {
if err != nil {
return fmt.Errorf("get environment struct for %s: %w", o.EnvName, err)
}
env.Prod = o.IsProduction
Copy link
Contributor

Choose a reason for hiding this comment

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

can we add a unit test for this? where the GetEnvironment returns an env.Prod = false and we set it to true

@mergify mergify bot merged commit 15a4f06 into aws:master Mar 25, 2020
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