From 3294c64fcc668fe5cae53bb849f5052a2f1a974f Mon Sep 17 00:00:00 2001 From: overtrue Date: Sun, 23 Aug 2026 11:11:01 +0800 Subject: [PATCH] test(e2e): correct group regression fixtures --- crates/e2e_test/src/group_delete_test.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/e2e_test/src/group_delete_test.rs b/crates/e2e_test/src/group_delete_test.rs index 01de03474..d6aaec32f 100644 --- a/crates/e2e_test/src/group_delete_test.rs +++ b/crates/e2e_test/src/group_delete_test.rs @@ -184,7 +184,7 @@ async fn test_delete_group_requires_empty_membership() -> Result<(), Boxgroup 'testgroup' does not exist"), + get_body.contains("group 'testgroup' does not exist"), "a deleted group returned an unexpected message: {get_body}" ); info!("Confirmed testgroup no longer exists"); @@ -212,7 +212,7 @@ async fn test_user_with_only_group_gets_group_policies() -> Result<(), Box