diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-08 15:54:39 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-20 15:27:18 +0200 |
commit | e6346d59e63135cf012ed18c102d3b0179ef565f (patch) | |
tree | e65259adb50daa6376c9878abeef051d99191328 /server/tests/cli/prune-storage.ts | |
parent | 72cbfc5695ec5ebdb9721d3648218f63feeaeac5 (diff) | |
download | PeerTube-e6346d59e63135cf012ed18c102d3b0179ef565f.tar.gz PeerTube-e6346d59e63135cf012ed18c102d3b0179ef565f.tar.zst PeerTube-e6346d59e63135cf012ed18c102d3b0179ef565f.zip |
Introduce playlist command
Diffstat (limited to 'server/tests/cli/prune-storage.ts')
-rw-r--r-- | server/tests/cli/prune-storage.ts | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/server/tests/cli/prune-storage.ts b/server/tests/cli/prune-storage.ts index 95f573e50..fa1df65a9 100644 --- a/server/tests/cli/prune-storage.ts +++ b/server/tests/cli/prune-storage.ts | |||
@@ -10,7 +10,6 @@ import { | |||
10 | buildServerDirectory, | 10 | buildServerDirectory, |
11 | cleanupTests, | 11 | cleanupTests, |
12 | CLICommand, | 12 | CLICommand, |
13 | createVideoPlaylist, | ||
14 | doubleFollow, | 13 | doubleFollow, |
15 | flushAndRunMultipleServers, | 14 | flushAndRunMultipleServers, |
16 | killallServers, | 15 | killallServers, |
@@ -77,10 +76,8 @@ describe('Test prune storage scripts', function () { | |||
77 | 76 | ||
78 | await updateMyAvatar({ url: server.url, accessToken: server.accessToken, fixture: 'avatar.png' }) | 77 | await updateMyAvatar({ url: server.url, accessToken: server.accessToken, fixture: 'avatar.png' }) |
79 | 78 | ||
80 | await createVideoPlaylist({ | 79 | await server.playlistsCommand.create({ |
81 | url: server.url, | 80 | attributes: { |
82 | token: server.accessToken, | ||
83 | playlistAttrs: { | ||
84 | displayName: 'playlist', | 81 | displayName: 'playlist', |
85 | privacy: VideoPlaylistPrivacy.PUBLIC, | 82 | privacy: VideoPlaylistPrivacy.PUBLIC, |
86 | videoChannelId: server.videoChannel.id, | 83 | videoChannelId: server.videoChannel.id, |