diff options
Diffstat (limited to 'server/tests/cli/prune-storage.ts')
-rw-r--r-- | server/tests/cli/prune-storage.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/cli/prune-storage.ts b/server/tests/cli/prune-storage.ts index 8bdf2136d..dc8ecd3d3 100644 --- a/server/tests/cli/prune-storage.ts +++ b/server/tests/cli/prune-storage.ts | |||
@@ -85,7 +85,7 @@ describe('Test prune storage scripts', function () { | |||
85 | displayName: 'playlist', | 85 | displayName: 'playlist', |
86 | privacy: VideoPlaylistPrivacy.PUBLIC, | 86 | privacy: VideoPlaylistPrivacy.PUBLIC, |
87 | videoChannelId: server.store.channel.id, | 87 | videoChannelId: server.store.channel.id, |
88 | thumbnailfile: 'thumbnail.jpg' | 88 | thumbnailfile: 'custom-thumbnail.jpg' |
89 | } | 89 | } |
90 | }) | 90 | }) |
91 | } | 91 | } |