This commit is contained in:
2025-10-29 10:46:21 +01:00
parent 2de3dc30bf
commit ac27a9ab36
5 changed files with 111 additions and 14 deletions
+2 -2
View File
@@ -322,7 +322,7 @@ impl TestApp {
#[derive(Deserialize)]
struct TenantSummary {
tenant_id: Uuid,
id: Uuid,
_slug: String,
}
@@ -343,7 +343,7 @@ impl TestApp {
tenant_id: Uuid,
}
let target_tenant = selection.tenants[0].tenant_id;
let target_tenant = selection.tenants[0].id;
let select_response = self
.post_json(
"/api/auth/select-tenant",