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 {