-
Notifications
You must be signed in to change notification settings - Fork 388
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
approval testing #715
approval testing #715
Conversation
01eb7b6
to
c1e40f6
Compare
c1e40f6
to
bd43187
Compare
metadata, | ||
) | ||
verify_as_json(list(awslogs_handler(event, context, metadata))) | ||
verify_as_json(metadata, options=NamerFactory.with_parameters("metadata")) |
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.
@ge0Aja that's a useful pattern when we really want to approve 2 different things in the same test. Ideally there would be only one verify/assert but this is acceptable.
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.
LGTM
to run the tests