@@ -126,15 +126,15 @@ describe('MultiStatus', () => {
126126
127127 expect ( response ) . toMatchObject ( [
128128 {
129- status : 406 ,
130- errortype : 'NOT_ACCEPTABLE ' ,
129+ status : 500 ,
130+ errortype : 'RETRYABLE_ERROR ' ,
131131 errormessage : 'Invalid Content Type' ,
132132 errorreporter : 'DESTINATION' ,
133133 body : { code : '612' , message : 'Invalid Content Type' }
134134 } ,
135135 {
136- status : 406 ,
137- errortype : 'NOT_ACCEPTABLE ' ,
136+ status : 500 ,
137+ errortype : 'RETRYABLE_ERROR ' ,
138138 errormessage : 'Invalid Content Type' ,
139139 errorreporter : 'DESTINATION' ,
140140 body : { code : '612' , message : 'Invalid Content Type' }
@@ -354,15 +354,15 @@ describe('MultiStatus', () => {
354354
355355 expect ( response ) . toMatchObject ( [
356356 {
357- status : 406 ,
358- errortype : 'NOT_ACCEPTABLE ' ,
357+ status : 500 ,
358+ errortype : 'RETRYABLE_ERROR ' ,
359359 errormessage : 'Invalid Content Type' ,
360360 errorreporter : 'DESTINATION' ,
361361 body : { code : '612' , message : 'Invalid Content Type' }
362362 } ,
363363 {
364- status : 406 ,
365- errortype : 'NOT_ACCEPTABLE ' ,
364+ status : 500 ,
365+ errortype : 'RETRYABLE_ERROR ' ,
366366 errormessage : 'Invalid Content Type' ,
367367 errorreporter : 'DESTINATION' ,
368368 body : { code : '612' , message : 'Invalid Content Type' }
@@ -398,15 +398,15 @@ describe('MultiStatus', () => {
398398
399399 expect ( response ) . toMatchObject ( [
400400 {
401- status : 406 ,
402- errortype : 'NOT_ACCEPTABLE ' ,
401+ status : 500 ,
402+ errortype : 'RETRYABLE_ERROR ' ,
403403 errormessage : 'Invalid Content Type' ,
404404 errorreporter : 'DESTINATION' ,
405405 body : { code : '612' , message : 'Invalid Content Type' }
406406 } ,
407407 {
408- status : 406 ,
409- errortype : 'NOT_ACCEPTABLE ' ,
408+ status : 500 ,
409+ errortype : 'RETRYABLE_ERROR ' ,
410410 errormessage : 'Invalid Content Type' ,
411411 errorreporter : 'DESTINATION' ,
412412 body : { code : '612' , message : 'Invalid Content Type' }
0 commit comments