diff --git a/tests/e2e/Scopes/ProjectCustom.php b/tests/e2e/Scopes/ProjectCustom.php index 0880b62af1..2e03eeac4a 100644 --- a/tests/e2e/Scopes/ProjectCustom.php +++ b/tests/e2e/Scopes/ProjectCustom.php @@ -75,6 +75,7 @@ trait ProjectCustom 'files.write', 'locale.read', 'avatars.read', + 'health.read', ], ]); diff --git a/tests/e2e/Services/Health/HealthCustomClientTest.php b/tests/e2e/Services/Health/HealthCustomServerTest.php similarity index 99% rename from tests/e2e/Services/Health/HealthCustomClientTest.php rename to tests/e2e/Services/Health/HealthCustomServerTest.php index cd03385e35..bf55b41a39 100644 --- a/tests/e2e/Services/Health/HealthCustomClientTest.php +++ b/tests/e2e/Services/Health/HealthCustomServerTest.php @@ -6,12 +6,13 @@ use Tests\E2E\Client; use Tests\E2E\Scopes\Scope; use Tests\E2E\Scopes\ProjectCustom; use Tests\E2E\Scopes\SideClient; +use Tests\E2E\Scopes\SideServer; class HealthCustomClientTest extends Scope { use HealthBase; use ProjectCustom; - use SideClient; + use SideServer; public function testHTTPSuccess():array {