Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(integ-tests): fix typo in InvocationType enum property name (#28162)
**This PR includes a breaking change to the `integ-tests-alpha` module.** ### Description This PR proposes a breaking change by fixing typo in the `InvocationType` enum. The property name `REQUEST_RESPONE` is corrected to `REQUEST_RESPONSE`. BREAKING CHANGE: Fix typo in the `InvocationType` property from `REQUEST_RESPONE` to `REQUEST_RESPONSE` ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information