From 64da5137ebc77bd58e1c91d8e6fb91210c424ab5 Mon Sep 17 00:00:00 2001 From: imanishx Date: Mon, 24 Feb 2025 07:43:41 +0000 Subject: [PATCH] rabbit ai fixes --- test/routes/graphql/Mutation/deletePost.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/routes/graphql/Mutation/deletePost.test.ts b/test/routes/graphql/Mutation/deletePost.test.ts index d23a00c6a14..0c8bf1c5b3b 100644 --- a/test/routes/graphql/Mutation/deletePost.test.ts +++ b/test/routes/graphql/Mutation/deletePost.test.ts @@ -195,7 +195,7 @@ suite("Mutation field deletePost", () => { }); suite( - "when a non-admin member attempts to delete another user's post", + "when a non-admin member deletes another's post", () => { test("should return an error with unauthorized_action_on_arguments_associated_resources extensions code", async () => { // Create organization and post as admin.