Skip to content

Commit 93a9261

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

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
@@ -1114,7 +1114,7 @@ describe("BundlePusher01", () => {
11141114
submitSpy = jest.spyOn(SubmitJobs, "submitJclString").mockImplementation(() =>
11151115
[{ddName: "SYSTSPRT", stepName: "DFHDPLOY", data: "DFHRL2055I http://www.ibm.com/xmlns/prod/cics/bundle/NODEJSAPP"}] );
11161116
cmciSpy.mockImplementation((cicsSession: any, regionData: cmci.IResourceParms) => {
1117-
if (nodejsData.name === "CICSRegion") {
1117+
if (regionData.name === "CICSRegion") {
11181118
return { response: {
11191119
records: {
11201120
cicsregion: {

0 commit comments

Comments
 (0)