Skip to content

Commit

Permalink
skipRequest updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rangav committed Apr 7, 2024
1 parent 953df50 commit 33423ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/scripting/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ Get the response object of the request. This object is read-only.
- Skip a request from execution in collection run.
<DetailsBox title="Sample Usage">
```js
await tc.skipRequest("reqId");
tc.skipRequest("reqId");
```
</DetailsBox>

Expand Down

0 comments on commit 33423ad

Please sign in to comment.