mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
Avoid attachment fixture secret false positive
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
63a2b5ba1c
commit
54c1ca5eec
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ function makeAttachment(overrides: Partial<IssueAttachment> = {}): IssueAttachme
|
|||
issueCommentId: null,
|
||||
assetId: "asset-1",
|
||||
provider: "local_disk",
|
||||
objectKey: "attachments/attachment-1",
|
||||
objectKey: "att-1",
|
||||
contentType: "text/plain",
|
||||
byteSize: 1024,
|
||||
sha256: "sha",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue