-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: AWS specs updated to use include() instead of match() (#229)
## Which problem is this PR solving? - The AWS gem/API starting returning a new field, `x_amz_request_charged`. A new field made the spec matcher freak out in the nightly. ## Short description of the changes - Swap out `match()` for `include()` in the AWS specs - Match is strict and expects *only* what it has been told. - Include is fine with new key/values appearing so long as the existing ones are as expected.
- Loading branch information
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters