Skip to content

Commit

Permalink
updating snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Amber Torrise <at895452@broadcom.net>
  • Loading branch information
Amber Torrise committed Dec 8, 2023
1 parent eaa4105 commit 53a70aa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`zos-tso ping address-space should throw an error if provided address space is inactive 1`] = `
"Command Error:
"Unable to perform this operation due to the following problem.
Expect Error: IZUG1126E: z/OSMF cannot correlate the request for key \\"BadKey\\" with an active z/OS application session.
"
`;
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`zos-tso start address-space should throw an error if provided address space is inactive 1`] = `
"Command Error:
"Unable to perform this operation due to the following problem.
Expect Error: IZUG1126E: z/OSMF cannot correlate the request for key \\"ZOSMFAD-55-aaakaaac\\" with an active z/OS application session.
"
`;

exports[`zos-tso start address-space should throw an error if servlet key parameter is not provided 1`] = `
"Command Error:
"Unable to perform this operation due to the following problem.
Expect Error: IZUG1126E: z/OSMF cannot correlate the request for key \\"ZOSMFAD-55-aaakaaac\\" with an active z/OS application session.
"
`;
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`zos-tso stop should fail with invalid option 1`] = `
"Command Error:
"Unable to perform this operation due to the following problem.
Unknown arguments: foo-bar, fooBar
Command failed due to improper syntax
Command entered: \\"zos-tso start as --foo-bar\\"
Available commands are \\"address-space\\".
Use \\"zowe zos-tso start --help\\" to view groups, commands, and options.
Error Details:
Response From Service
Error: Unknown arguments: foo-bar, fooBar
Diagnostic Information
Unknown arguments: foo-bar, fooBar
"
`;
Expand All @@ -18,15 +22,19 @@ exports[`zos-tso stop should fail with invalid option 2`] = `
`;

exports[`zos-tso stop should fail with invalid parameter 1`] = `
"Command Error:
"Unable to perform this operation due to the following problem.
Unknown argument: foobar
Command failed due to improper syntax
Did you mean: zos-tso stop as?
Command entered: \\"zos-tso stop foobar\\"
Available commands are \\"address-space\\".
Use \\"zowe zos-tso stop --help\\" to view groups, commands, and options.
Error Details:
Response From Service
Error: Unknown argument: foobar
Diagnostic Information
Unknown argument: foobar
"
`;
Expand Down

0 comments on commit 53a70aa

Please sign in to comment.