mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Fix FLEXIAPI-417 Fix accounts:create-admin-test to fit with spaces:create-update, wrong parameter
This commit is contained in:
parent
593d7ce5c0
commit
ae4a651f2a
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ variables:
|
||||||
ROCKY_9_IMAGE_VERSION: 20250702_171314_update_rocky9_dockerhub
|
ROCKY_9_IMAGE_VERSION: 20250702_171314_update_rocky9_dockerhub
|
||||||
ROCKY_10_IMAGE_VERSION: 20250908_164454_rocky10_first
|
ROCKY_10_IMAGE_VERSION: 20250908_164454_rocky10_first
|
||||||
DEBIAN_12_IMAGE_VERSION: 20250908_154742_refresh_dependencies
|
DEBIAN_12_IMAGE_VERSION: 20250908_154742_refresh_dependencies
|
||||||
DEBIAN_13_IMAGE_VERSION: 20250908_114350_debian13_first_push
|
DEBIAN_13_IMAGE_VERSION: 20251204_115628_update_packages
|
||||||
PHP_REDIS_REMI_VERSION: php-pecl-redis6-6.1.0-1
|
PHP_REDIS_REMI_VERSION: php-pecl-redis6-6.1.0-1
|
||||||
PHP_IGBINARY_REMI_VERSION: php-pecl-igbinary-3.2.16-2
|
PHP_IGBINARY_REMI_VERSION: php-pecl-igbinary-3.2.16-2
|
||||||
PHP_MSGPACK_REMI_VERSION: php-pecl-msgpack-2.2.0-3
|
PHP_MSGPACK_REMI_VERSION: php-pecl-msgpack-2.2.0-3
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ class CreateAdminTest extends Command
|
||||||
$domain = 'sip.example.org';
|
$domain = 'sip.example.org';
|
||||||
|
|
||||||
$this->call('spaces:create-update', [
|
$this->call('spaces:create-update', [
|
||||||
'domain' => $domain,
|
'sip_domain' => $domain,
|
||||||
'host' => $domain,
|
'host' => $domain,
|
||||||
'name' => $domain,
|
'name' => $domain,
|
||||||
'--super' => 'true'
|
'--super' => 'true'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue