diff --git a/docs/api/requests/withCore.md b/docs/api/requests/withCore.md index 6ebb6c10..2ae43eb6 100644 --- a/docs/api/requests/withCore.md +++ b/docs/api/requests/withCore.md @@ -61,4 +61,8 @@ await spec() .get('https://pactumjs.github.io/') .withCore({ agent }) .expectStatus(200); -``` \ No newline at end of file +``` + +::: warning WARNING +If `withCore` is used at the end in request chaining, all [http core options](https://nodejs.org/api/http.html#httprequesturl-options-callback) provided in `withCore` will take precedence and they will override any previously values. +:::