This commit is contained in:
Hemachandar
2026-02-04 18:05:28 +05:30
parent 59a4f1ef12
commit 7cc97d4210
@@ -58,8 +58,8 @@ class TransformationTest extends TestCase
->transform();
$domain = $transformer->getOutput();
$this->assertStringNotContainsString('/', $domain);
$this->assertStringStartsWith('branch-feature-test-', $domain->getOutput());
$this->assertStringEndsWith('.appwrite.network', $domain->getOutput());
$this->assertStringStartsWith('branch-feature-test-', $domain);
$this->assertStringEndsWith('.appwrite.network', $domain);
// Branch domain consistency
$transformer
@@ -149,7 +149,6 @@ class TransformationTest extends TestCase
])
->setTraits([])
->transform();
$transformer->transform();
$domain = $transformer->getOutput();
$this->assertStringStartsWith('branch-release-2024-01-', $domain);
$this->assertStringEndsWith('.appwrite.network', $domain);