diff --git a/tests/e2e/Services/Sites/SitesCustomServerTest.php b/tests/e2e/Services/Sites/SitesCustomServerTest.php index 160b2a018d..0b3b1710c1 100644 --- a/tests/e2e/Services/Sites/SitesCustomServerTest.php +++ b/tests/e2e/Services/Sites/SitesCustomServerTest.php @@ -2575,7 +2575,7 @@ class SitesCustomServerTest extends Scope { $siteId = $this->setupSite([ 'siteId' => ID::unique(), - 'name' => 'Empty output directory', + 'name' => 'Missing output directory', 'framework' => 'other', 'buildRuntime' => 'node-22', 'outputDirectory' => './non-existing-directory',