@@ -787,7 +787,7 @@ describe("BundlePusher01", () => {
787
787
await runPushTest ( "__tests__/__resources__/ExampleBundle01" , true ,
788
788
"PUSH operation completed" ) ;
789
789
790
- expect ( consoleText ) . not . toContain ( "WARNING: No .zosAttributes file found in the bundle directory, default values will be applied." ) ;
790
+ expect ( consoleText ) . not . toContain ( "WARNING: No .zosattributes file found in the bundle directory, default values will be applied." ) ;
791
791
expect ( zosMFSpy ) . toHaveBeenCalledTimes ( 1 ) ;
792
792
expect ( sshSpy ) . toHaveBeenCalledTimes ( 1 ) ;
793
793
expect ( createSpy ) . toHaveBeenCalledTimes ( 1 ) ;
@@ -802,7 +802,7 @@ describe("BundlePusher01", () => {
802
802
await runPushTest ( "__tests__/__resources__/ExampleBundle01" , true ,
803
803
"PUSH operation completed" ) ;
804
804
805
- expect ( consoleText ) . toContain ( "WARNING: No .zosAttributes file found in the bundle directory, default values will be applied." ) ;
805
+ expect ( consoleText ) . toContain ( "WARNING: No .zosattributes file found in the bundle directory, default values will be applied." ) ;
806
806
expect ( zosMFSpy ) . toHaveBeenCalledTimes ( 1 ) ;
807
807
expect ( sshSpy ) . toHaveBeenCalledTimes ( 1 ) ;
808
808
expect ( createSpy ) . toHaveBeenCalledTimes ( 1 ) ;
@@ -1132,7 +1132,7 @@ describe("BundlePusher01", () => {
1132
1132
expect ( consoleText ) . toContain ( "Making remote bundle directory '/u/ThisDoesNotExist/12345678'" ) ;
1133
1133
expect ( consoleText ) . toContain ( "Accessing contents of remote bundle directory" ) ;
1134
1134
expect ( consoleText ) . toContain ( "Uploading bundle contents to remote directory" ) ;
1135
- expect ( consoleText ) . toContain ( "WARNING: No .zosAttributes file found in the bundle directory, default values will be applied" ) ;
1135
+ expect ( consoleText ) . toContain ( "WARNING: No .zosattributes file found in the bundle directory, default values will be applied" ) ;
1136
1136
expect ( consoleText ) . toContain ( "Running 'npm install' in '/u/ThisDoesNotExist/12345678'" ) ;
1137
1137
expect ( consoleText ) . toContain ( "Injected stdout shell message" ) ;
1138
1138
expect ( consoleText ) . toContain ( "Deploying bundle '12345678' to CICS" ) ;
@@ -1172,7 +1172,7 @@ describe("BundlePusher01", () => {
1172
1172
expect ( consoleText ) . toContain ( "Removing contents of remote bundle directory" ) ;
1173
1173
expect ( consoleText ) . toContain ( "Issuing SSH command 'if [ \"$(ls)\" ]; then rm -r *; fi' in remote directory '/u/ThisDoesNotExist/12345678'" ) ;
1174
1174
expect ( consoleText ) . toContain ( "Uploading bundle contents to remote directory" ) ;
1175
- expect ( consoleText ) . toContain ( "WARNING: No .zosAttributes file found in the bundle directory, default values will be applied" ) ;
1175
+ expect ( consoleText ) . toContain ( "WARNING: No .zosattributes file found in the bundle directory, default values will be applied" ) ;
1176
1176
expect ( consoleText ) . toContain ( "Running 'npm install' in '/u/ThisDoesNotExist/12345678'" ) ;
1177
1177
expect ( consoleText ) . toContain ( "Injected stdout shell message" ) ;
1178
1178
expect ( consoleText ) . toContain ( "Deploying bundle '12345678' to CICS" ) ;
@@ -1282,7 +1282,7 @@ describe("BundlePusher01", () => {
1282
1282
expect ( consoleText ) . toContain ( "Making remote bundle directory '/u/ThisDoesNotExist/12345678'" ) ;
1283
1283
expect ( consoleText ) . toContain ( "Accessing contents of remote bundle directory" ) ;
1284
1284
expect ( consoleText ) . toContain ( "Uploading bundle contents to remote directory" ) ;
1285
- expect ( consoleText ) . toContain ( "WARNING: No .zosAttributes file found in the bundle directory, default values will be applied" ) ;
1285
+ expect ( consoleText ) . toContain ( "WARNING: No .zosattributes file found in the bundle directory, default values will be applied" ) ;
1286
1286
expect ( consoleText ) . toContain ( "Deploying bundle '12345678' to CICS" ) ;
1287
1287
expect ( consoleText ) . toContain ( "Deploy complete" ) ;
1288
1288
expect ( consoleText ) . toContain ( "Gathering scope information" ) ;
@@ -1335,7 +1335,7 @@ describe("BundlePusher01", () => {
1335
1335
expect ( consoleText ) . toContain ( "Making remote bundle directory '/u/ThisDoesNotExist/12345678'" ) ;
1336
1336
expect ( consoleText ) . toContain ( "Accessing contents of remote bundle directory" ) ;
1337
1337
expect ( consoleText ) . toContain ( "Uploading bundle contents to remote directory" ) ;
1338
- expect ( consoleText ) . toContain ( "WARNING: No .zosAttributes file found in the bundle directory, default values will be applied" ) ;
1338
+ expect ( consoleText ) . toContain ( "WARNING: No .zosattributes file found in the bundle directory, default values will be applied" ) ;
1339
1339
expect ( consoleText ) . toContain ( "Deploying bundle '12345678' to CICS" ) ;
1340
1340
expect ( consoleText ) . toContain ( "Deploy ended with errors" ) ;
1341
1341
expect ( consoleText ) . toContain ( "Gathering scope information" ) ;
0 commit comments