Skip to content

Commit f17524e

Browse files
Update __tests__/api/BundlePush/BundlePusher.test.ts
Co-Authored-By: matthewpwilson <[email protected]>
1 parent b72f2d3 commit f17524e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/api/BundlePush/BundlePusher.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ describe("BundlePusher01", () => {
11131113
cicsProfile = { host: "wibble", user: "user", password: "thisIsntReal" };
11141114
submitSpy = jest.spyOn(SubmitJobs, "submitJclString").mockImplementation(() =>
11151115
[{ddName: "SYSTSPRT", stepName: "DFHDPLOY", data: "DFHRL2055I http://www.ibm.com/xmlns/prod/cics/bundle/NODEJSAPP"}] );
1116-
cmciSpy.mockImplementation((cicsSession: any, nodejsData: cmci.IResourceParms) => {
1116+
cmciSpy.mockImplementation((cicsSession: any, regionData: cmci.IResourceParms) => {
11171117
if (nodejsData.name === "CICSRegion") {
11181118
return { response: {
11191119
records: {

0 commit comments

Comments
 (0)