Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/PrivacyManager/tests/System/APITest.php')
-rw-r--r--plugins/PrivacyManager/tests/System/APITest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PrivacyManager/tests/System/APITest.php b/plugins/PrivacyManager/tests/System/APITest.php
index 758a44990c..1b7fb62932 100644
--- a/plugins/PrivacyManager/tests/System/APITest.php
+++ b/plugins/PrivacyManager/tests/System/APITest.php
@@ -91,7 +91,7 @@ class APITest extends SystemTestCase
*/
public function testApi($api, $params)
{
- $params['xmlFieldsToRemove'] = array('totalEcommerceRevenue');
+ $params['xmlFieldsToRemove'] = array('totalEcommerceRevenue', 'revenue', 'revenueDiscount');
$this->runApiTests($api, $params);
}