We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940135b commit 8b511bdCopy full SHA for 8b511bd
1 file changed
tests/System/TasksTest.php
@@ -88,7 +88,7 @@ public function getApiForTesting()
88
'date' => 'today',
89
'periods' => ['year'],
90
'otherRequestParameters' => [
91
- 'hideColumns' => 'sum_visit_length,entry_sum_visit_length,avg_time_on_site_new,sum_bandwidth,nb_hits_with_bandwidth,min_bandwidth,max_bandwidth,avg_bandwidth,nb_total_overall_bandwidth,nb_total_pageview_bandwidth,nb_total_download_bandwidth',
+ 'hideColumns' => 'hits,sum_visit_length,entry_sum_visit_length,avg_time_on_site_new,sum_bandwidth,nb_hits_with_bandwidth,min_bandwidth,max_bandwidth,avg_bandwidth,nb_total_overall_bandwidth,nb_total_pageview_bandwidth,nb_total_download_bandwidth',
92
],
93
94
// when calling CustomVariables.getUsagesOfSlots, new archives are created until 'today',
0 commit comments