@@ -384,8 +384,7 @@ describe('API Gateway', () => {
384
384
limit : 10000 ,
385
385
dimensions : [ ] ,
386
386
timeDimensions : [ ] ,
387
- queryType : 'regularQuery' ,
388
- cache : 'stale-if-slow' ,
387
+ queryType : 'regularQuery'
389
388
}
390
389
] ,
391
390
queryOrder : [ { id : 'desc' } ] ,
@@ -397,8 +396,7 @@ describe('API Gateway', () => {
397
396
limit : 10000 ,
398
397
dimensions : [ ] ,
399
398
timeDimensions : [ ] ,
400
- queryType : 'regularQuery' ,
401
- cache : 'stale-if-slow' ,
399
+ queryType : 'regularQuery'
402
400
} ,
403
401
transformedQueries : [ null ]
404
402
} ) ;
@@ -463,8 +461,7 @@ describe('API Gateway', () => {
463
461
limit : 10000 ,
464
462
dimensions : [ ] ,
465
463
timeDimensions : [ ] ,
466
- queryType : 'regularQuery' ,
467
- cache : 'stale-if-slow' ,
464
+ queryType : 'regularQuery'
468
465
}
469
466
] ) ;
470
467
}
@@ -521,8 +518,7 @@ describe('API Gateway', () => {
521
518
limit : 2 ,
522
519
dimensions : [ ] ,
523
520
timeDimensions : [ ] ,
524
- queryType : 'regularQuery' ,
525
- cache : 'stale-if-slow' ,
521
+ queryType : 'regularQuery'
526
522
}
527
523
] ,
528
524
queryOrder : [ { id : 'desc' } ] ,
@@ -534,8 +530,7 @@ describe('API Gateway', () => {
534
530
limit : 2 ,
535
531
dimensions : [ ] ,
536
532
timeDimensions : [ ] ,
537
- queryType : 'regularQuery' ,
538
- cache : 'stale-if-slow' ,
533
+ queryType : 'regularQuery'
539
534
} ,
540
535
transformedQueries : [ null ]
541
536
} ) ;
@@ -569,8 +564,7 @@ describe('API Gateway', () => {
569
564
limit : 10000 ,
570
565
dimensions : [ ] ,
571
566
timeDimensions : [ ] ,
572
- queryType : 'regularQuery' ,
573
- cache : 'stale-if-slow' ,
567
+ queryType : 'regularQuery'
574
568
}
575
569
] ,
576
570
queryOrder : [ { id : 'desc' } ] ,
@@ -583,8 +577,7 @@ describe('API Gateway', () => {
583
577
limit : 10000 ,
584
578
dimensions : [ ] ,
585
579
timeDimensions : [ ] ,
586
- queryType : 'regularQuery' ,
587
- cache : 'stale-if-slow' ,
580
+ queryType : 'regularQuery'
588
581
} ,
589
582
transformedQueries : [ null ]
590
583
} ) ;
0 commit comments