Update tests/e2e/Services/Sites/SitesCustomServerTest.php

This commit is contained in:
Matej Bačo
2025-04-14 13:39:23 +02:00
committed by GitHub
parent ed95ac7643
commit 0b6a8ec2ca
@@ -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',