From 45d26902c4cde42928cb17f97db1e2e9e84a5910 Mon Sep 17 00:00:00 2001 From: nickyleach <331803+nickyleach@users.noreply.github.com> Date: Thu, 10 Sep 2026 08:54:41 +0000 Subject: [PATCH] test: name the behaviour in a wake-payload comment, not the ticket The comment named an internal ticket. It now names the behaviour the test locks: the launch-environment payload removal. Co-authored-by: Paperclip --- packages/adapter-utils/src/server-utils.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/adapter-utils/src/server-utils.test.ts b/packages/adapter-utils/src/server-utils.test.ts index b1e0805762..431b50337f 100644 --- a/packages/adapter-utils/src/server-utils.test.ts +++ b/packages/adapter-utils/src/server-utils.test.ts @@ -2928,7 +2928,7 @@ describe("renderPaperclipWakePrompt", () => { expect(prompt).toContain("Added the helper route and tests."); }); - // Locks the property the env-var removal (PAP-6176) depends on: the prompt + // Locks the property that the launch-environment payload removal depends on: the prompt // is the single delivery path, so every field the payload carries must // reach the prompt text. A handful of fields never render as prompt text // under any one scenario — `commentIds`/`interactionKind`/`interactionStatus`