mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge branch 'feat-mongodb' of github.com:appwrite/appwrite into feat-mongodb
This commit is contained in:
@@ -1315,7 +1315,7 @@ trait MigrationsBase
|
||||
$this->assertEquals('CSV', $response['body']['destination']);
|
||||
|
||||
return true;
|
||||
}, 30000, 500);
|
||||
}, 30_000, 500);
|
||||
|
||||
// Check that email was sent with download link
|
||||
$lastEmail = $this->getLastEmail();
|
||||
|
||||
@@ -2552,7 +2552,7 @@ class SitesCustomServerTest extends Scope
|
||||
$this->cleanupSite($siteId);
|
||||
}
|
||||
|
||||
public function testDomainForFailedDeloyment(): void
|
||||
public function testDomainForFailedDeployment(): void
|
||||
{
|
||||
$siteId = $this->setupSite([
|
||||
'siteId' => ID::unique(),
|
||||
|
||||
Reference in New Issue
Block a user