From c17859a252aa216065eb6c3b3f6f5125fac5f8aa Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sun, 7 Jun 2020 09:00:14 +0300 Subject: [PATCH 1/2] Updated Tests --- .../{HealthCustomClientTest.php => HealthCustomServerTest.php} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename tests/e2e/Services/Health/{HealthCustomClientTest.php => HealthCustomServerTest.php} (99%) 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 { From a24bccf33a8a67683cce69e2945f04b5764b155d Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sun, 7 Jun 2020 09:01:35 +0300 Subject: [PATCH 2/2] Updated test API key --- tests/e2e/Scopes/ProjectCustom.php | 1 + 1 file changed, 1 insertion(+) 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', ], ]);