From c39b76d9ce380fcde40b812738055cfe7a1124e9 Mon Sep 17 00:00:00 2001 From: Jonathan Haviv <53003885+jonathanhaviv@users.noreply.github.com> Date: Tue, 11 Mar 2025 07:34:47 -0700 Subject: [PATCH] address review comments --- lib/sandbox/pmapi.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/sandbox/pmapi.js b/lib/sandbox/pmapi.js index bf506d11..06b0f01e 100644 --- a/lib/sandbox/pmapi.js +++ b/lib/sandbox/pmapi.js @@ -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.