diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-21 08:57:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-08-21 08:57:00 +0200 |
commit | f92e7f76d43cbad173be87f47105b9a02032318a (patch) | |
tree | 2b18ff4d3cd863ff0f91adf7ca80fd7a2f5b3d05 /server/tests/api/videos/video-change-ownership.ts | |
parent | 1ca9f7c3f7afac2af4c4c25b98426731f7e789c6 (diff) | |
download | PeerTube-f92e7f76d43cbad173be87f47105b9a02032318a.tar.gz PeerTube-f92e7f76d43cbad173be87f47105b9a02032318a.tar.zst PeerTube-f92e7f76d43cbad173be87f47105b9a02032318a.zip |
Fix ownership change
Diffstat (limited to 'server/tests/api/videos/video-change-ownership.ts')
-rw-r--r-- | server/tests/api/videos/video-change-ownership.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/video-change-ownership.ts b/server/tests/api/videos/video-change-ownership.ts index 3a3add71b..64ee2355a 100644 --- a/server/tests/api/videos/video-change-ownership.ts +++ b/server/tests/api/videos/video-change-ownership.ts | |||
@@ -191,7 +191,7 @@ describe('Test video change ownership - nominal', function () { | |||
191 | await waitJobs(servers) | 191 | await waitJobs(servers) |
192 | }) | 192 | }) |
193 | 193 | ||
194 | it('Should have video channel updated', async function () { | 194 | it('Should have the channel of the video updated', async function () { |
195 | for (const server of servers) { | 195 | for (const server of servers) { |
196 | const res = await getVideo(server.url, servers[0].video.uuid) | 196 | const res = await getVideo(server.url, servers[0].video.uuid) |
197 | 197 | ||