-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Amber Torrise <at895452@broadcom.net>
- Loading branch information
Amber Torrise
committed
Dec 8, 2023
1 parent
eaa4105
commit 53a70aa
Showing
3 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
..._/zostso/__system__/ping/__snapshots__/cli.zos-tso.ping.address-space.system.test.ts.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
" | ||
`; |
4 changes: 2 additions & 2 deletions
4
..._/zostso/__system__/stop/__snapshots__/cli.zos-tso.stop.address-space.system.test.ts.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
" | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters