This commit is contained in:
2025-10-27 11:32:22 +01:00
parent 84a3a9a5b5
commit 82aa8948cf
7 changed files with 180 additions and 22 deletions
+2 -2
View File
@@ -328,7 +328,7 @@ impl TestApp {
#[derive(Deserialize)]
struct TenantSelectionResponse {
selection_token: String,
access_token: String,
tenants: Vec<TenantSummary>,
}
@@ -350,7 +350,7 @@ impl TestApp {
&SelectTenantPayload {
tenant_id: target_tenant,
},
Some(&selection.selection_token),
Some(&selection.access_token),
)
.await?;