Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlpp committed Oct 13, 2023
2 parents fdbc6b5 + 9158978 commit 7a47aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Http/Api/ApiFilesControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
'path' => '/files/images/test.jpg',
'disk' => 's3',
'thumbnail' => sprintf(
'/storage/thumbnails/files/images/400-400/test.jpg?%s',
'/storage/thumbnails/files/images/400-400_q-90/test.jpg?%s',
Storage::disk('public')->lastModified('/thumbnails/files/images/400-400_q-90/test.jpg')
),
'size' => 6467,
Expand Down

0 comments on commit 7a47aaf

Please sign in to comment.