Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanhaviv committed Mar 11, 2025
1 parent 2f34bf2 commit c39b76d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/sandbox/pmapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,14 +205,6 @@ function Postman (execution, onRequest, onSkipRequest, onAssertion, cookieStore,
*/
response: execution.response,

/**
* pm.message contains information about an individual message (varies by protocol)
* received from a server or sent from the client that the script is being run on.
*
* @type {Object}
*/
message: execution.message,

/**
* The cookies object contains a list of cookies that are associated with the domain
* to which the request was made.
Expand Down

0 comments on commit c39b76d

Please sign in to comment.