diff --git a/__tests__/__integration__/cli/fail/__snapshots__/cli.fail.error-handler.integration.test.ts.snap b/__tests__/__integration__/cli/fail/__snapshots__/cli.fail.error-handler.integration.test.ts.snap index bf8a58d..acb29d3 100644 --- a/__tests__/__integration__/cli/fail/__snapshots__/cli.fail.error-handler.integration.test.ts.snap +++ b/__tests__/__integration__/cli/fail/__snapshots__/cli.fail.error-handler.integration.test.ts.snap @@ -8,7 +8,7 @@ exports[`zowe-cli-sample fail error-handler command should fail the handler 2`] \\"exitCode\\": 1, \\"message\\": \\"\\\\\\"zowe zowe-cli-sample zcsp fail error-handler\\\\\\" command failed!\\", \\"stdout\\": \\"\\", - \\"stderr\\": \\"Command Error:\\\\n\\\\\\"zowe zowe-cli-sample zcsp fail error-handler\\\\\\" command failed!\\\\n\\", + \\"stderr\\": \\"Unable to perform this operation due to the following problem.\\\\n\\\\\\"zowe zowe-cli-sample zcsp fail error-handler\\\\\\" command failed!\\\\n\\", \\"data\\": {}, \\"error\\": { \\"msg\\": \\"\\\\\\"zowe zowe-cli-sample zcsp fail error-handler\\\\\\" command failed!\\" diff --git a/__tests__/__system__/cli/issue/__snapshots__/cli.issue.command-with-options.system.test.ts.snap b/__tests__/__system__/cli/issue/__snapshots__/cli.issue.command-with-options.system.test.ts.snap index 33ba538..0808022 100644 --- a/__tests__/__system__/cli/issue/__snapshots__/cli.issue.command-with-options.system.test.ts.snap +++ b/__tests__/__system__/cli/issue/__snapshots__/cli.issue.command-with-options.system.test.ts.snap @@ -3,7 +3,7 @@ exports[`zowe-cli-sample issue command-with-options should issue a response with the number and string inputted 1`] = ` "\\"zowe zcsp issue command-with-options\\" command issued! The string specified: -\\"teststring!\\" +\\"\\"teststring!\\"\\" The number specified was \\"1\\". " `;