Skip to content

Commit 9e01e2f

Browse files
author
Cookiezaurs
committed
not caching test results
1 parent 45c26af commit 9e01e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/views/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ function verifySegments(values) {
175175
function verifyTotals(period, order, orderString) {
176176
it("Checking against calculating same table from granural data", function(done) {
177177
request
178-
.get('/o/aggregate?api_key=' + API_KEY_ADMIN + '&app_id=' + APP_ID + '&query={"queryName":"viewsTableData"}&period=' + period)
178+
.get('/o/aggregate?api_key=' + API_KEY_ADMIN + '&no_cache=true&app_id=' + APP_ID + '&query={"queryName":"viewsTableData"}&period=' + period)
179179
.expect(200)
180180
.end(function(err, res) {
181181
console.log(res.text);

0 commit comments

Comments
 (0)