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