REST API: Exclude custom site health capability check on multisite.

Super admins will always pass capability checks.

Follow up to [49154], [49155].
See #48105.


git-svn-id: https://develop.svn.wordpress.org/trunk@49156 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Timothy Jacobs 2020-10-15 02:26:33 +00:00
parent 73fb2c137a
commit 701dee26f1
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@ class WP_Test_REST_Site_Health_Controller extends WP_Test_REST_TestCase {
$this->assertErrorResponse( 'rest_forbidden', $response, 403 );
}
/**
* @group ms-excluded
*/
public function test_custom_capability() {
wp_set_current_user( self::$admin );