docs: range boundary for [200..299] (#11232)
This commit is contained in:
parent
19460d50e4
commit
670d6c3e27
|
|
@ -67,7 +67,7 @@ assertThat(response).not().isOK();
|
|||
* langs:
|
||||
- alias-java: isOK
|
||||
|
||||
Ensures the response status code is within [200..299) range.
|
||||
Ensures the response status code is within [200..299] range.
|
||||
|
||||
```js
|
||||
await expect(response).toBeOK();
|
||||
|
|
|
|||
Loading…
Reference in a new issue