-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Refactor/events: Custom api destination and connection tests #11999
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
Refactor/events: Custom api destination and connection tests #11999
Conversation
LocalStack Community integration with Pro 2 files 2 suites 1h 52m 41s ⏱️ Results for commit f4d8f31. ♻️ This comment has been updated with latest results. |
policyName=policy_name, policyDocument=json.dumps(resource_policy) | ||
) | ||
class TestEventsTargetApiDestination: | ||
# TODO validate against AWS |
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.
Is there a particular reason for not validating against AWS? I would prefer to validate it against AWS so we don't have to revisit this.
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 pr is only refactoring no changes per see - also would be great if you can do this since you are now more familiar with this test and API endpoints
8b9c3bd
to
382cc1c
Compare
Motivation
Keep test cleanly separated into separate test files where reasonable to improve readability of test files.
We have a separate test file for testing event bridge targets.
It also makes sense to separate API endpoints and connections functionality in a separate test file.
Changes