Skip to content

Commit 38422e3

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

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
@@ -1044,7 +1044,7 @@ describe("BundlePusher01", () => {
10441044
sshProfile = { host: "wibble", user: "user" };
10451045
cicsProfile = { host: "wibble", user: "user", password: "thisIsntReal", cicsPlex: "12345678" };
10461046
cmciSpy.mockImplementation((cicsSession: any, regionData: cmci.IResourceParms) => {
1047-
if (nodejsData.name === "CICSRegion") {
1047+
if (regionData.name === "CICSRegion") {
10481048
return { response: {
10491049
records: {
10501050
cicsregion: {

0 commit comments

Comments
 (0)