Avoid attachment fixture secret false positive
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -50,7 +50,7 @@ function makeAttachment(overrides: Partial<IssueAttachment> = {}): IssueAttachme
|
|||||||
issueCommentId: null,
|
issueCommentId: null,
|
||||||
assetId: "asset-1",
|
assetId: "asset-1",
|
||||||
provider: "local_disk",
|
provider: "local_disk",
|
||||||
objectKey: "attachments/attachment-1",
|
objectKey: "att-1",
|
||||||
contentType: "text/plain",
|
contentType: "text/plain",
|
||||||
byteSize: 1024,
|
byteSize: 1024,
|
||||||
sha256: "sha",
|
sha256: "sha",
|
||||||
|
|||||||
Reference in New Issue
Block a user