mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-17 03:10:38 +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,
|
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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue