mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge pull request #11051 from appwrite/fix-resources
This commit is contained in:
@@ -200,7 +200,8 @@ class Migrations extends Action
|
||||
default => throw new \Exception('Invalid source type'),
|
||||
};
|
||||
|
||||
$this->sourceReport = $migrationSource->report();
|
||||
$resources = $migration->getAttribute('resources', []);
|
||||
$this->sourceReport = $migrationSource->report($resources);
|
||||
|
||||
return $migrationSource;
|
||||
}
|
||||
|
||||
@@ -1851,6 +1851,8 @@ class ProjectsConsoleClientTest extends Scope
|
||||
$sessionCookie = $response['headers']['set-cookie'];
|
||||
$sessionId2 = $response['body']['$id'];
|
||||
|
||||
sleep(5); // fixes flaky tests.
|
||||
|
||||
/**
|
||||
* List sessions
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user