@@ -405,7 +405,7 @@ describe('dummy value', () => {
405
405
propertiesToReturn : [ 'DBInstanceArn' , 'StorageEncrypted' ] ,
406
406
ignoreFailedLookup : true ,
407
407
} ) ,
408
- ) . rejects . toThrow ( 'dummyValue must be an array of objects. Failed to get dummy object for type AWS::RDS::DBInstance.' ) ;
408
+ ) . rejects . toThrow ( 'dummyValue must be an array of objects. Failed to get dummy objects for type AWS::RDS::DBInstance.' ) ;
409
409
} ) ;
410
410
411
411
test ( 'throws error when CC API fails and dummyValue is not an array' , async ( ) => {
@@ -426,7 +426,7 @@ describe('dummy value', () => {
426
426
StorageEncrypted : 'true' ,
427
427
} ,
428
428
} ) ,
429
- ) . rejects . toThrow ( 'dummyValue must be an array of objects. Failed to get dummy object for type AWS::RDS::DBInstance.' ) ;
429
+ ) . rejects . toThrow ( 'dummyValue must be an array of objects. Failed to get dummy objects for type AWS::RDS::DBInstance.' ) ;
430
430
} ) ;
431
431
432
432
test ( 'throws error when CC API fails and dummyValue is an empty array' , async ( ) => {
@@ -444,7 +444,7 @@ describe('dummy value', () => {
444
444
ignoreFailedLookup : true ,
445
445
dummyValue : [ ] ,
446
446
} ) ,
447
- ) . rejects . toThrow ( 'dummyValue must be an array of objects. Failed to get dummy object for type AWS::RDS::DBInstance.' ) ;
447
+ ) . rejects . toThrow ( 'dummyValue must be an array of objects. Failed to get dummy objects for type AWS::RDS::DBInstance.' ) ;
448
448
} ) ;
449
449
450
450
test ( 'throws error when CC API fails and dummyValue is not an object array' , async ( ) => {
@@ -464,7 +464,7 @@ describe('dummy value', () => {
464
464
'not an object' ,
465
465
] ,
466
466
} ) ,
467
- ) . rejects . toThrow ( 'dummyValue must be an array of objects. Failed to get dummy object for type AWS::RDS::DBInstance.' ) ;
467
+ ) . rejects . toThrow ( 'dummyValue must be an array of objects. Failed to get dummy objects for type AWS::RDS::DBInstance.' ) ;
468
468
} ) ;
469
469
} ) ;
470
470
/* eslint-enable */
0 commit comments