Skip to content

Commit

Permalink
Updating README - RegExp can be used in json expect type
Browse files Browse the repository at this point in the history
  • Loading branch information
renanpallin committed Jul 20, 2018
1 parent 480288d commit 9c1c12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -84,7 +84,7 @@ response of your API.

* `status` - Check HTTP status
* `header` - Check HTTP header key + value
* `json` - Match json structure + values
* `json` - Match json structure + values (RegExp can be used)
* `jsonStrict` - Match EXACT json structure + values (extra keys not tested for cause test failures)
* `jsonTypes` - Match json structure + value types
* `jsonTypesStrict` - Match EXACT json structure + value types (extra keys not tested for cause test failures)
Expand Down

0 comments on commit 9c1c12d

Please sign in to comment.