Skip to content
This repository was archived by the owner on Sep 17, 2022. It is now read-only.

Commit 7d6eaad

Browse files
committed
Removed old body docs from reference
1 parent 71e3e6f commit 7d6eaad

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/reference.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -209,18 +209,6 @@ expect:
209209

210210
Body provides a bit more flexibility on what body to expect in this response.
211211

212-
When specifying the type of response, the `exact` value has the following behaviour:
213-
214-
If the `type` is `json` and `exact` is:
215-
216-
- `true`: will make sure the JSON content match recursively for every key and value.
217-
- `false`: will check if the keys present in the `body` are also present in the responses body and if their respective values match.
218-
219-
On the other hand, if `type` is `string` and `exact` is:
220-
221-
- `true`: will perform an equals comparison.
222-
- `false`: will check if the provided `body` is a substring of the responses body.
223-
224212
| Field | Type | Required | default | Description |
225213
| :------- | :----- | :------- | :------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
226214
| is | string | yes | | What content of the body (or selector content) to expect |

0 commit comments

Comments
 (0)