-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
SES: add snapshot test for describe_configuration_set with SNS destinations #12814
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
SES: add snapshot test for describe_configuration_set with SNS destinations #12814
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
localstack-bot
left a comment
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.
Welcome to LocalStack! Thanks for raising your first Pull Request and landing in your contributions. Our team will reach out with any reviews or feedbacks that we have shortly. We recommend joining our Slack Community and share your PR on the #community channel to share your contributions with us. Please make sure you are following our contributing guidelines and our Code of Conduct.
f699351 to
7684f3a
Compare
|
I have read the CLA Document and I hereby sign the CLA |
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 2m 49s ⏱️ - 1h 58m 12s Results for commit 4feeb9a. ± Comparison against base commit 15fc427. This pull request removes 4613 and adds 1 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
Test Results (amd64) - Integration, Bootstrap 5 files ± 0 5 suites ±0 12m 33s ⏱️ - 2h 27m 7s Results for commit 4feeb9a. ± Comparison against base commit 15fc427. This pull request removes 4963 and adds 1 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
7684f3a to
67618e2
Compare
67618e2 to
aa59f83
Compare
…ations Related to issue #12722 Requires getmoto/moto#9023
aa59f83 to
4feeb9a
Compare
alexrashed
left a comment
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.
Nice and clean! Great to see this behavior implemented in moto directly being validated (and protected against any future regressions) here in our tests! 💯
Motivation
As reported in #12722,
describe_configuration_setis missing SNS event destinations.This is addressed in getmoto/moto#9023 and this PR complements the parity enhancement with a snapshot test.
Changes
Only tests.
Testing
TODO