@@ -841,7 +841,7 @@ function testElicitationFlow(validatorProvider: typeof ajvProvider | typeof cfWo
841841 required : [ 'color' ]
842842 }
843843 } )
844- ) . rejects . toThrow ( / ^ M C P e r r o r - 3 2 6 0 2 : E l i c i t a t i o n r e s p o n s e c o n t e n t d o e s n o t m a t c h r e q u e s t e d s c h e m a / ) ;
844+ ) . rejects . toThrow ( / ^ E l i c i t a t i o n r e s p o n s e c o n t e n t d o e s n o t m a t c h r e q u e s t e d s c h e m a / ) ;
845845 } ) ;
846846
847847 test ( `${ validatorName } : should reject invalid selection in single-select titled enum` , async ( ) => {
@@ -875,7 +875,7 @@ function testElicitationFlow(validatorProvider: typeof ajvProvider | typeof cfWo
875875 required : [ 'color' ]
876876 }
877877 } )
878- ) . rejects . toThrow ( / ^ M C P e r r o r - 3 2 6 0 2 : E l i c i t a t i o n r e s p o n s e c o n t e n t d o e s n o t m a t c h r e q u e s t e d s c h e m a / ) ;
878+ ) . rejects . toThrow ( / ^ E l i c i t a t i o n r e s p o n s e c o n t e n t d o e s n o t m a t c h r e q u e s t e d s c h e m a / ) ;
879879 } ) ;
880880
881881 test ( `${ validatorName } : should reject invalid selection in single-select titled legacy enum` , async ( ) => {
@@ -906,7 +906,7 @@ function testElicitationFlow(validatorProvider: typeof ajvProvider | typeof cfWo
906906 required : [ 'color' ]
907907 }
908908 } )
909- ) . rejects . toThrow ( / ^ M C P e r r o r - 3 2 6 0 2 : E l i c i t a t i o n r e s p o n s e c o n t e n t d o e s n o t m a t c h r e q u e s t e d s c h e m a / ) ;
909+ ) . rejects . toThrow ( / ^ E l i c i t a t i o n r e s p o n s e c o n t e n t d o e s n o t m a t c h r e q u e s t e d s c h e m a / ) ;
910910 } ) ;
911911
912912 // Enums - Invalid - Multi Select - Untitled / Titled
@@ -943,7 +943,7 @@ function testElicitationFlow(validatorProvider: typeof ajvProvider | typeof cfWo
943943 required : [ 'color' ]
944944 }
945945 } )
946- ) . rejects . toThrow ( / ^ M C P e r r o r - 3 2 6 0 2 : E l i c i t a t i o n r e s p o n s e c o n t e n t d o e s n o t m a t c h r e q u e s t e d s c h e m a / ) ;
946+ ) . rejects . toThrow ( / ^ E l i c i t a t i o n r e s p o n s e c o n t e n t d o e s n o t m a t c h r e q u e s t e d s c h e m a / ) ;
947947 } ) ;
948948
949949 test ( `${ validatorName } : should reject invalid selection in multi-select titled enum` , async ( ) => {
@@ -981,6 +981,6 @@ function testElicitationFlow(validatorProvider: typeof ajvProvider | typeof cfWo
981981 required : [ 'colors' ]
982982 }
983983 } )
984- ) . rejects . toThrow ( / ^ M C P e r r o r - 3 2 6 0 2 : E l i c i t a t i o n r e s p o n s e c o n t e n t d o e s n o t m a t c h r e q u e s t e d s c h e m a / ) ;
984+ ) . rejects . toThrow ( / ^ E l i c i t a t i o n r e s p o n s e c o n t e n t d o e s n o t m a t c h r e q u e s t e d s c h e m a / ) ;
985985 } ) ;
986986}
0 commit comments