From 54c1ca5eec8f1c286a76b3d29fccfd2f1c986ea6 Mon Sep 17 00:00:00 2001 From: Dotta Date: Mon, 1 Jun 2026 21:54:29 +0000 Subject: [PATCH] Avoid attachment fixture secret false positive Co-Authored-By: Paperclip --- ui/src/components/IssueAttachmentsSection.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/IssueAttachmentsSection.test.tsx b/ui/src/components/IssueAttachmentsSection.test.tsx index 49a770be..23be53b0 100644 --- a/ui/src/components/IssueAttachmentsSection.test.tsx +++ b/ui/src/components/IssueAttachmentsSection.test.tsx @@ -50,7 +50,7 @@ function makeAttachment(overrides: Partial = {}): IssueAttachme issueCommentId: null, assetId: "asset-1", provider: "local_disk", - objectKey: "attachments/attachment-1", + objectKey: "att-1", contentType: "text/plain", byteSize: 1024, sha256: "sha",