Skip to content

Commit f00ad8b

Browse files
committed
tweaks
1 parent dbfcdb1 commit f00ad8b

File tree

5 files changed

+3185
-167
lines changed

5 files changed

+3185
-167
lines changed

__tests__/api/BundleDeploy/BundleDeployer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ async function testDeployJCL(parms: IHandlerParameters) {
506506
const spy2 = jest.spyOn(List, "allMembers").mockImplementationOnce(() => ( { val: "DFHDPLOY" }))
507507
.mockImplementationOnce(() => ( { val: "EYU9ABSI" }));
508508
const spy3 = jest.spyOn(SubmitJobs, "submitJclString").mockImplementationOnce(() =>
509-
[{ddName: "SYSTSPRT", stepName: "DFHDPLOY", data: "DFHRL2037I"}] );
509+
[{ddName: "SYSTSPRT", stepName: "DFHDPLOY", data: "DFHRL2012I"}] );
510510

511511
const bd = new BundleDeployer(parms);
512512
const response = await bd.deployBundle();

__tests__/api/BundleDeploy/__snapshots__/BundleDeployer.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ UNDEPLOY BUNDLE(12345678)
509509
"
510510
`;
511511

512-
exports[`BundleDeployer01 should support verbose=true output for deploy 1`] = `"DFHRL2037I"`;
512+
exports[`BundleDeployer01 should support verbose=true output for deploy 1`] = `"DFHRL2012I"`;
513513

514514
exports[`BundleDeployer01 should support verbose=true output for deploy 2`] = `
515515
"//DFHDPLOY JOB DFHDPLOY,CLASS=A,MSGCLASS=X,TIME=NOLIMIT

0 commit comments

Comments
 (0)