Skip to content

Commit

Permalink
Exclude API.getHealthCheck from general API test
Browse files Browse the repository at this point in the history
  • Loading branch information
caddoo committed Aug 24, 2023
1 parent 550d489 commit 240e0c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/PHPUnit/Framework/TestRequest/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ private function setExplicitApiToCallAndNotCall($apiToCall)
'API.getPiwikVersion',
'API.getPhpVersion',
'API.getPagesComparisonsDisabledFor',
'API.getHealthCheck',
'UserCountry.getLocationFromIP',
'UserCountry.getCountryCodeMapping');
} else {
Expand Down

0 comments on commit 240e0c9

Please sign in to comment.