fix(integ-tests): fix typo in InvocationType enum property name #28162
fix(integ-tests): fix typo in InvocationType enum property name #28162mergify[bot] merged 2 commits intoaws:mainfrom
Conversation
aws-cdk-automation
left a comment
There was a problem hiding this comment.
The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.
A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed add Clarification Request to a comment.
|
Exemption Request: In addition to the absence of existing tests, I think there is no need to add tests for this change. |
kaizencc
left a comment
There was a problem hiding this comment.
Lol whoops :). Thanks for the eagle eyes @sakurai-ryo and for highlighting this as a breaking change.
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
This PR includes a breaking change to the
integ-tests-alphamodule.Description
This PR proposes a breaking change by fixing typo in the
InvocationTypeenum.The property name
REQUEST_RESPONEis corrected toREQUEST_RESPONSE.BREAKING CHANGE: Fix typo in the
InvocationTypeproperty fromREQUEST_RESPONEtoREQUEST_RESPONSEBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license