@@ -184,7 +184,6 @@ describe('react-query', () => {
184184 path : 'https://api.com/health' ,
185185 body : undefined ,
186186 headers : {
187- 'content-type' : 'application/json' ,
188187 'x-test' : 'test' ,
189188 } ,
190189 route : router . health ,
@@ -225,7 +224,6 @@ describe('react-query', () => {
225224 path : 'https://api.com/posts/1' ,
226225 body : undefined ,
227226 headers : {
228- 'content-type' : 'application/json' ,
229227 'x-test' : 'test' ,
230228 } ,
231229 route : router . posts . getPost ,
@@ -298,7 +296,6 @@ describe('react-query', () => {
298296 path : 'https://api.com/posts/1' ,
299297 body : undefined ,
300298 headers : {
301- 'content-type' : 'application/json' ,
302299 'x-test' : 'test' ,
303300 } ,
304301 route : router . posts . getPost ,
@@ -325,7 +322,6 @@ describe('react-query', () => {
325322 path : 'https://api.com/health' ,
326323 body : undefined ,
327324 headers : {
328- 'content-type' : 'application/json' ,
329325 'x-test' : 'test' ,
330326 } ,
331327 route : router . health ,
@@ -358,7 +354,6 @@ describe('react-query', () => {
358354 path : 'https://api.com/health' ,
359355 body : undefined ,
360356 headers : {
361- 'content-type' : 'application/json' ,
362357 'x-test' : 'test' ,
363358 } ,
364359 route : router . health ,
@@ -468,7 +463,6 @@ describe('react-query', () => {
468463 path : 'https://api.com/posts/1' ,
469464 body : undefined ,
470465 headers : {
471- 'content-type' : 'application/json' ,
472466 'x-test' : 'test' ,
473467 } ,
474468 route : router . posts . getPost ,
@@ -480,7 +474,6 @@ describe('react-query', () => {
480474 path : 'https://api.com/posts/2' ,
481475 body : undefined ,
482476 headers : {
483- 'content-type' : 'application/json' ,
484477 'x-test' : 'test' ,
485478 } ,
486479 route : router . posts . getPost ,
@@ -541,7 +534,6 @@ describe('react-query', () => {
541534 path : 'https://api.com/posts/1' ,
542535 body : undefined ,
543536 headers : {
544- 'content-type' : 'application/json' ,
545537 'x-test' : 'test' ,
546538 } ,
547539 route : router . posts . getPost ,
@@ -553,7 +545,6 @@ describe('react-query', () => {
553545 path : 'https://api.com/posts/2' ,
554546 body : undefined ,
555547 headers : {
556- 'content-type' : 'application/json' ,
557548 'x-test' : 'test' ,
558549 } ,
559550 route : router . posts . getPost ,
@@ -618,7 +609,6 @@ describe('react-query', () => {
618609 path : 'https://api.com/posts/1' ,
619610 body : undefined ,
620611 headers : {
621- 'content-type' : 'application/json' ,
622612 'x-test' : 'test' ,
623613 } ,
624614 route : router . posts . getPost ,
@@ -630,7 +620,6 @@ describe('react-query', () => {
630620 path : 'https://api.com/posts/2' ,
631621 body : undefined ,
632622 headers : {
633- 'content-type' : 'application/json' ,
634623 'x-test' : 'test' ,
635624 } ,
636625 route : router . posts . getPost ,
@@ -673,7 +662,6 @@ describe('react-query', () => {
673662 path : 'https://api.com/posts/1' ,
674663 body : undefined ,
675664 headers : {
676- 'content-type' : 'application/json' ,
677665 'x-test' : 'test' ,
678666 } ,
679667 route : router . posts . getPost ,
@@ -703,7 +691,6 @@ describe('react-query', () => {
703691 path : 'https://api.com/posts/1' ,
704692 body : undefined ,
705693 headers : {
706- 'content-type' : 'application/json' ,
707694 'x-test' : 'test' ,
708695 } ,
709696 route : router . posts . getPost ,
@@ -739,7 +726,6 @@ describe('react-query', () => {
739726 path : 'https://api.com/posts/1' ,
740727 body : undefined ,
741728 headers : {
742- 'content-type' : 'application/json' ,
743729 'x-test' : 'test' ,
744730 } ,
745731 route : router . posts . getPost ,
@@ -769,7 +755,6 @@ describe('react-query', () => {
769755 path : 'https://api.com/posts/1' ,
770756 body : undefined ,
771757 headers : {
772- 'content-type' : 'application/json' ,
773758 'x-test' : 'test' ,
774759 } ,
775760 route : router . posts . getPost ,
@@ -816,7 +801,6 @@ describe('react-query', () => {
816801 path : 'https://api.com/posts/1' ,
817802 body : undefined ,
818803 headers : {
819- 'content-type' : 'application/json' ,
820804 'x-test' : 'test' ,
821805 } ,
822806 route : router . posts . getPost ,
0 commit comments