Skip to content

Commit 00b37ce

Browse files
committed
fix tests snapshots
1 parent b53ae15 commit 00b37ce

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

packages/cubejs-api-gateway/test/index.test.ts

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,7 @@ describe('API Gateway', () => {
384384
limit: 10000,
385385
dimensions: [],
386386
timeDimensions: [],
387-
queryType: 'regularQuery',
388-
cache: 'stale-if-slow',
387+
queryType: 'regularQuery'
389388
}
390389
],
391390
queryOrder: [{ id: 'desc' }],
@@ -397,8 +396,7 @@ describe('API Gateway', () => {
397396
limit: 10000,
398397
dimensions: [],
399398
timeDimensions: [],
400-
queryType: 'regularQuery',
401-
cache: 'stale-if-slow',
399+
queryType: 'regularQuery'
402400
},
403401
transformedQueries: [null]
404402
});
@@ -463,8 +461,7 @@ describe('API Gateway', () => {
463461
limit: 10000,
464462
dimensions: [],
465463
timeDimensions: [],
466-
queryType: 'regularQuery',
467-
cache: 'stale-if-slow',
464+
queryType: 'regularQuery'
468465
}
469466
]);
470467
}
@@ -521,8 +518,7 @@ describe('API Gateway', () => {
521518
limit: 2,
522519
dimensions: [],
523520
timeDimensions: [],
524-
queryType: 'regularQuery',
525-
cache: 'stale-if-slow',
521+
queryType: 'regularQuery'
526522
}
527523
],
528524
queryOrder: [{ id: 'desc' }],
@@ -534,8 +530,7 @@ describe('API Gateway', () => {
534530
limit: 2,
535531
dimensions: [],
536532
timeDimensions: [],
537-
queryType: 'regularQuery',
538-
cache: 'stale-if-slow',
533+
queryType: 'regularQuery'
539534
},
540535
transformedQueries: [null]
541536
});
@@ -569,8 +564,7 @@ describe('API Gateway', () => {
569564
limit: 10000,
570565
dimensions: [],
571566
timeDimensions: [],
572-
queryType: 'regularQuery',
573-
cache: 'stale-if-slow',
567+
queryType: 'regularQuery'
574568
}
575569
],
576570
queryOrder: [{ id: 'desc' }],
@@ -583,8 +577,7 @@ describe('API Gateway', () => {
583577
limit: 10000,
584578
dimensions: [],
585579
timeDimensions: [],
586-
queryType: 'regularQuery',
587-
cache: 'stale-if-slow',
580+
queryType: 'regularQuery'
588581
},
589582
transformedQueries: [null]
590583
});

0 commit comments

Comments
 (0)