tests
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user