-
Notifications
You must be signed in to change notification settings - Fork 428
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(cloudformation): should not throw ErrChangeSetEmpty when CFN tmp has bad reference #2270
fix(cloudformation): should not throw ErrChangeSetEmpty when CFN tmp has bad reference #2270
Conversation
Before the fix:
After the fix:
|
omg if this is what I think it is... ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ |
"github.com/stretchr/testify/require" | ||
) | ||
|
||
func TestChangeSet_createAndExecute(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we instead capture this part of our exposed APIs like the UpdateStack
test instead of creating a separate one here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addressed~
9bb5db0
to
13a320f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is so good, PH. The new tests look amazing
…has bad reference (aws#2270) fixes aws#2089, fixes aws#2257 <!-- 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 terms of your choice.
fixes #2089, fixes #2257
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.