Public release source-69fccd306838
Source commit: 69fccd306838141ba9b1730f4ac4afb1a617bb4e Public tree identity: sha256:8c03637496d3f7ee1b625aa1c823cd69bfcf0247a061d8cb571e05d537329691
This commit is contained in:
parent
f4590ca576
commit
ba749b9e47
88 changed files with 204 additions and 18991 deletions
|
|
@ -1499,7 +1499,7 @@ fn service_reports_and_enforces_public_admin_tenant_suspension() {
|
|||
suspended,
|
||||
disabled,
|
||||
sanitized_reason,
|
||||
private_moderation_details_exposed,
|
||||
sensitive_moderation_details_exposed,
|
||||
signup_failure_details_exposed,
|
||||
..
|
||||
} = service
|
||||
|
|
@ -1520,7 +1520,7 @@ fn service_reports_and_enforces_public_admin_tenant_suspension() {
|
|||
assert!(!suspended);
|
||||
assert!(!disabled);
|
||||
assert!(sanitized_reason.is_none());
|
||||
assert!(!private_moderation_details_exposed);
|
||||
assert!(!sensitive_moderation_details_exposed);
|
||||
assert!(!signup_failure_details_exposed);
|
||||
|
||||
for (tenant, policy_name, expected_status, expected_reason) in [
|
||||
|
|
@ -1556,7 +1556,7 @@ fn service_reports_and_enforces_public_admin_tenant_suspension() {
|
|||
manual_review,
|
||||
sanitized_reason,
|
||||
next_actions,
|
||||
private_moderation_details_exposed,
|
||||
sensitive_moderation_details_exposed,
|
||||
signup_failure_details_exposed,
|
||||
..
|
||||
} = service
|
||||
|
|
@ -1578,7 +1578,7 @@ fn service_reports_and_enforces_public_admin_tenant_suspension() {
|
|||
assert!(next_actions
|
||||
.iter()
|
||||
.any(|action| action.contains("hosted operator")));
|
||||
assert!(!private_moderation_details_exposed);
|
||||
assert!(!sensitive_moderation_details_exposed);
|
||||
assert!(!signup_failure_details_exposed);
|
||||
}
|
||||
|
||||
|
|
@ -1717,7 +1717,7 @@ fn service_reports_and_enforces_public_admin_tenant_suspension() {
|
|||
disabled,
|
||||
sanitized_reason,
|
||||
next_actions,
|
||||
private_moderation_details_exposed,
|
||||
sensitive_moderation_details_exposed,
|
||||
signup_failure_details_exposed,
|
||||
..
|
||||
} = service
|
||||
|
|
@ -1740,7 +1740,7 @@ fn service_reports_and_enforces_public_admin_tenant_suspension() {
|
|||
assert!(next_actions
|
||||
.iter()
|
||||
.any(|action| action.contains("hosted operator")));
|
||||
assert!(!private_moderation_details_exposed);
|
||||
assert!(!sensitive_moderation_details_exposed);
|
||||
assert!(!signup_failure_details_exposed);
|
||||
|
||||
let create = service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue