We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c26af commit 9e01e2fCopy full SHA for 9e01e2f
plugins/views/tests.js
@@ -175,7 +175,7 @@ function verifySegments(values) {
175
function verifyTotals(period, order, orderString) {
176
it("Checking against calculating same table from granural data", function(done) {
177
request
178
- .get('/o/aggregate?api_key=' + API_KEY_ADMIN + '&app_id=' + APP_ID + '&query={"queryName":"viewsTableData"}&period=' + period)
+ .get('/o/aggregate?api_key=' + API_KEY_ADMIN + '&no_cache=true&app_id=' + APP_ID + '&query={"queryName":"viewsTableData"}&period=' + period)
179
.expect(200)
180
.end(function(err, res) {
181
console.log(res.text);
0 commit comments