You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: __tests__/api/BundleDeploy/__snapshots__/BundleDeployer.test.ts.snap
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ exports[`BundleDeployer01 should complain if status can't be determined 1`] = `"
16
16
17
17
exports[`BundleDeployer01 should complain if status can't be determined 2`] =`"DFHDPLOY command completed, but status cannot be determined."`;
18
18
19
-
exports[`BundleDeployer01 should complain of SYSTSPRT not found 1`] =`"SYSTSPRT output from DFHDPLOY not found. Most recent status update: ''."`;
19
+
exports[`BundleDeployer01 should complain of SYSTSPRT not found 1`] =`"SYSTSPRT output from DFHDPLOY not found. Most recent status update: 'Submitting DFHDPLOY JCL'."`;
20
20
21
21
exports[`BundleDeployer01 should complain with missing zOSMF profile for deploy 1`] =`"Expect Error: Required parameter 'hostname' must be defined"`;
22
22
@@ -220,7 +220,7 @@ UNDEPLOY BUNDLE(12345678)
220
220
"
221
221
`;
222
222
223
-
exports[`BundleDeployer01 should handle failure during submitjobs processing 1`] =`"Failure occurred submitting DFHDPLOY JCL: 'Cannot read property 'hostname' of undefined'. Most recent status update: ''."`;
223
+
exports[`BundleDeployer01 should handle failure during submitjobs processing 1`] =`"Failure occurred submitting DFHDPLOY JCL: 'Cannot read property 'hostname' of undefined'. Most recent status update: 'Submitting DFHDPLOY JCL'."`;
224
224
225
225
exports[`BundleDeployer01 should support long bundledir 1`] =`"DFHRL2037I"`;
226
226
@@ -250,7 +250,7 @@ DEPLOY BUNDLE(12345678)
250
250
251
251
exports[`BundleDeployer01 should tolerate empty output from DFHDPLOY 1`] =`"undefined"`;
252
252
253
-
exports[`BundleDeployer01 should tolerate empty output from DFHDPLOY 2`] =`"DFHDPLOY did not generate any output. Most recent status update: ''."`;
253
+
exports[`BundleDeployer01 should tolerate empty output from DFHDPLOY 2`] =`"DFHDPLOY did not generate any output. Most recent status update: 'Submitting DFHDPLOY JCL'."`;
254
254
255
255
exports[`BundleDeployer01 should undeploy successfully 1`] =`"DFHRL2037I"`;
0 commit comments