From ae4a651f2a43ac713635e3aeeacb096c488e99dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Thu, 4 Dec 2025 11:30:44 +0100 Subject: [PATCH] Fix FLEXIAPI-417 Fix accounts:create-admin-test to fit with spaces:create-update, wrong parameter --- .gitlab-ci.yml | 2 +- flexiapi/app/Console/Commands/Accounts/CreateAdminTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a611e6..c57ddf3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/flexiapi/app/Console/Commands/Accounts/CreateAdminTest.php b/flexiapi/app/Console/Commands/Accounts/CreateAdminTest.php index 42ad735..a188138 100644 --- a/flexiapi/app/Console/Commands/Accounts/CreateAdminTest.php +++ b/flexiapi/app/Console/Commands/Accounts/CreateAdminTest.php @@ -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'