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, wrong parameter
This commit is contained in:
parent
2dc2200171
commit
b168bb47f4
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class CreateAdminTest extends Command
|
|||
$domain = 'sip.example.org';
|
||||
|
||||
$this->call('spaces:create-update', [
|
||||
'domain' => $domain,
|
||||
'sip_domain' => $domain,
|
||||
'host' => $domain,
|
||||
'name' => $domain,
|
||||
'--super' => 'true'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue