mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
Merge pull request #3308 from appwrite/feat-update-CNAME-domains
Update CNAME test domains
This commit is contained in:
commit
a7b46eb004
1 changed files with 1 additions and 3 deletions
|
|
@ -26,9 +26,7 @@ class CNAMETest extends TestCase
|
|||
$this->assertEquals($this->object->isValid(''), false);
|
||||
$this->assertEquals($this->object->isValid(null), false);
|
||||
$this->assertEquals($this->object->isValid(false), false);
|
||||
$this->assertEquals($this->object->isValid('test1.appwrite.io'), true);
|
||||
$this->assertEquals($this->object->isValid('test1.appwrite.io'), true);
|
||||
$this->assertEquals($this->object->isValid('test1.appwrite.org'), false);
|
||||
$this->assertEquals($this->object->isValid('cname-unit-test.appwrite.org'), true);
|
||||
$this->assertEquals($this->object->isValid('test1.appwrite.org'), false);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue