From 0b6a8ec2cac42feaded0d25d4e5ae5fd9ca95729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Mon, 14 Apr 2025 13:39:23 +0200 Subject: [PATCH] Update tests/e2e/Services/Sites/SitesCustomServerTest.php --- tests/e2e/Services/Sites/SitesCustomServerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',