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

This commit is contained in:
Timothée Jaussoin 2025-12-04 11:30:44 +01:00
parent 593d7ce5c0
commit ae4a651f2a
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ variables:
ROCKY_9_IMAGE_VERSION: 20250702_171314_update_rocky9_dockerhub
ROCKY_10_IMAGE_VERSION: 20250908_164454_rocky10_first
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_IGBINARY_REMI_VERSION: php-pecl-igbinary-3.2.16-2
PHP_MSGPACK_REMI_VERSION: php-pecl-msgpack-2.2.0-3

View file

@ -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'