mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 01:58:07 +00:00
Fix FLEXIAPI-417 Fix accounts:create-admin-test to fit with spaces:create-update
This commit is contained in:
parent
a53910d364
commit
789c27f654
1 changed files with 2 additions and 0 deletions
|
|
@ -42,6 +42,8 @@ class CreateAdminTest extends Command
|
||||||
|
|
||||||
$this->call('spaces:create-update', [
|
$this->call('spaces:create-update', [
|
||||||
'domain' => $domain,
|
'domain' => $domain,
|
||||||
|
'host' => $domain,
|
||||||
|
'name' => $domain,
|
||||||
'--super' => 'true'
|
'--super' => 'true'
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue