From 240e0c941be96328c8c2ff95c8d15a3823e99e8b Mon Sep 17 00:00:00 2001 From: caddoo Date: Thu, 24 Aug 2023 16:05:41 +1200 Subject: [PATCH] Exclude API.getHealthCheck from general API test --- tests/PHPUnit/Framework/TestRequest/Collection.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/PHPUnit/Framework/TestRequest/Collection.php b/tests/PHPUnit/Framework/TestRequest/Collection.php index dced728b8fe..add97d05351 100644 --- a/tests/PHPUnit/Framework/TestRequest/Collection.php +++ b/tests/PHPUnit/Framework/TestRequest/Collection.php @@ -341,6 +341,7 @@ private function setExplicitApiToCallAndNotCall($apiToCall) 'API.getPiwikVersion', 'API.getPhpVersion', 'API.getPagesComparisonsDisabledFor', + 'API.getHealthCheck', 'UserCountry.getLocationFromIP', 'UserCountry.getCountryCodeMapping'); } else {