Fix FLEXIAPI-417 Fix accounts:create-admin-test to fit with spaces:create-update

This commit is contained in:
Timothée Jaussoin 2025-11-27 17:56:35 +01:00
parent f3e06bb125
commit 747dec721f

View file

@ -42,6 +42,8 @@ class CreateAdminTest extends Command
$this->call('spaces:create-update', [
'domain' => $domain,
'host' => $domain,
'name' => $domain,
'--super' => 'true'
]);