@@ -290,7 +290,7 @@ describe('samples for external-account', () => {
290
290
} ,
291
291
} ) ;
292
292
// Confirm expected script output.
293
- assert . match ( output , / D N S I n f o : / ) ;
293
+ assert . match ( output , / D N S I n f o : / , output ) ;
294
294
} ) ;
295
295
296
296
it ( 'should sign the blobs with IAM credentials API' , async ( ) => {
@@ -389,7 +389,7 @@ describe('samples for external-account', () => {
389
389
} ,
390
390
} ) ;
391
391
// Confirm expected script output.
392
- assert . match ( output , / D N S I n f o : / ) ;
392
+ assert . match ( output , / D N S I n f o : / , output ) ;
393
393
} ) ;
394
394
395
395
it ( 'should acquire ADC for AWS creds' , async ( ) => {
@@ -427,7 +427,7 @@ describe('samples for external-account', () => {
427
427
} ,
428
428
} ) ;
429
429
// Confirm expected script output.
430
- assert . match ( output , / D N S I n f o : / ) ;
430
+ assert . match ( output , / D N S I n f o : / , output ) ;
431
431
} ) ;
432
432
433
433
it ( 'should acquire ADC for PluggableAuth creds' , async ( ) => {
@@ -474,7 +474,7 @@ describe('samples for external-account', () => {
474
474
} ,
475
475
} ) ;
476
476
// Confirm expected script output.
477
- assert . match ( output , / D N S I n f o : / ) ;
477
+ assert . match ( output , / D N S I n f o : / , output ) ;
478
478
} ) ;
479
479
480
480
it ( 'should acquire access token with service account impersonation options' , async ( ) => {
0 commit comments