@@ -405,7 +405,7 @@ describe('dummy value', () => {
405405 propertiesToReturn : [ 'DBInstanceArn' , 'StorageEncrypted' ] ,
406406 ignoreFailedLookup : true ,
407407 } ) ,
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.' ) ;
409409 } ) ;
410410
411411 test ( 'throws error when CC API fails and dummyValue is not an array' , async ( ) => {
@@ -426,7 +426,7 @@ describe('dummy value', () => {
426426 StorageEncrypted : 'true' ,
427427 } ,
428428 } ) ,
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.' ) ;
430430 } ) ;
431431
432432 test ( 'throws error when CC API fails and dummyValue is an empty array' , async ( ) => {
@@ -444,7 +444,7 @@ describe('dummy value', () => {
444444 ignoreFailedLookup : true ,
445445 dummyValue : [ ] ,
446446 } ) ,
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.' ) ;
448448 } ) ;
449449
450450 test ( 'throws error when CC API fails and dummyValue is not an object array' , async ( ) => {
@@ -464,7 +464,7 @@ describe('dummy value', () => {
464464 'not an object' ,
465465 ] ,
466466 } ) ,
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.' ) ;
468468 } ) ;
469469} ) ;
470470/* eslint-enable */
0 commit comments