fix: update test constructors for ProvisioningProperties arity change
All checks were successful
CI / build (push) Successful in 1m17s
CI / docker (push) Successful in 41s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-12 14:48:53 +02:00
parent d3a9be8f2e
commit 9514ab69c8
2 changed files with 2 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ class TenantPortalServiceTest {
private TenantProvisioner tenantProvisioner;
private final ProvisioningProperties provisioningProps = new ProvisioningProperties(
null, null, null, null, "test.example.com", "https", null, null, null, null, null);
null, null, null, null, "test.example.com", "https", null, null, null, null, null, null, null);
private TenantPortalService tenantPortalService;

View File

@@ -72,6 +72,7 @@ class VendorTenantServiceTest {
var provisioningProps = new ProvisioningProperties(
"img", "uiimg", "net", "traefik", "localhost", "https",
"jdbc:postgresql://pg:5432/db", "jdbc:clickhouse://ch:8123/cameleer",
"default", "cameleer_ch",
"https://localhost/oidc", "http://logto:3001/oidc/jwks", "https://localhost");
vendorTenantService = new VendorTenantService(
tenantService, tenantRepository, licenseService,