Skip to content

Commit

Permalink
make filename compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Nov 21, 2024
1 parent 2eb997e commit bcccc6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ object CopyrightAndLicensesSpec extends E2EZSpec {
val jsonLd = UploadFileRequest
.make(
FileType.StillImageFile(),
"internalFilename",
"internalFilename.jpg",
copyrightAttribution = copyrightAttribution,
license = license,
)
Expand Down

0 comments on commit bcccc6d

Please sign in to comment.