Run tests

This commit is contained in:
fogelito
2026-02-03 11:47:21 +02:00
parent f1a2e869a2
commit 91f3bf0244
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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
{
@@ -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
{