-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[5.7] Add tests for decodeResponseJson (#26741)
* Add test to prevent assertJsonStructure from breaking This test will prevent assertJsonStructure from breaking when an array with numeric keys which don't start from 0 is encoded to json and passed through it. See #26677 for more info. * Add test to expect exception message from decodeResponseJson This test will ensure that the exception message is thrown when invalid JSON is being returned from the route. See #26684
- Loading branch information
1 parent
d5d50a8
commit 609c768
Showing
1 changed file
with
23 additions
and
3 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