From 91f3bf024497b83d9907d53c864be6423a14045f Mon Sep 17 00:00:00 2001 From: fogelito Date: Tue, 3 Feb 2026 11:47:21 +0200 Subject: [PATCH] Run tests --- tests/e2e/Scopes/Scope.php | 2 +- tests/e2e/Services/Migrations/MigrationsBase.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/e2e/Scopes/Scope.php b/tests/e2e/Scopes/Scope.php index 8dafc0f511..aec683286a 100644 --- a/tests/e2e/Scopes/Scope.php +++ b/tests/e2e/Scopes/Scope.php @@ -19,7 +19,7 @@ abstract class Scope extends TestCase protected ?Client $client = null; protected string $endpoint = 'http://appwrite.test/v1'; - protected string $localhost = 'http://localhost/v1'; // todo: use variable + protected string $localhost = 'http://localhost/v1'; protected function setUp(): void { diff --git a/tests/e2e/Services/Migrations/MigrationsBase.php b/tests/e2e/Services/Migrations/MigrationsBase.php index bed7a7e542..e66508538d 100644 --- a/tests/e2e/Services/Migrations/MigrationsBase.php +++ b/tests/e2e/Services/Migrations/MigrationsBase.php @@ -13,6 +13,7 @@ use Utopia\Database\Helpers\Role; use Utopia\Database\Query; use Utopia\Migration\Resource; use Utopia\Migration\Sources\Appwrite; +use Utopia\System\System; trait MigrationsBase {