diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-08 14:30:29 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-12-09 11:41:22 +0100 |
commit | b49f22d8f9a52ab75fd38db2d377249eb58fa678 (patch) | |
tree | a2825877d7b3b53454804a79c9d2a14c5d37385c /server/tests/api/live/live.ts | |
parent | 6c8c15f914cd375da1db5d0cd4d924a86c53d4c1 (diff) | |
download | PeerTube-b49f22d8f9a52ab75fd38db2d377249eb58fa678.tar.gz PeerTube-b49f22d8f9a52ab75fd38db2d377249eb58fa678.tar.zst PeerTube-b49f22d8f9a52ab75fd38db2d377249eb58fa678.zip |
Upgrade sequelize to v6
Diffstat (limited to 'server/tests/api/live/live.ts')
-rw-r--r-- | server/tests/api/live/live.ts | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts index fdfc6105f..a74988aba 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts | |||
@@ -686,12 +686,7 @@ describe('Test live', function () { | |||
686 | it('Should save a live replay', async function () { | 686 | it('Should save a live replay', async function () { |
687 | this.timeout(60000) | 687 | this.timeout(60000) |
688 | 688 | ||
689 | await waitJobs(servers) | 689 | await waitUntilLivePublished(servers[0].url, servers[0].accessToken, liveVideoReplayId) |
690 | |||
691 | const res = await getVideo(servers[0].url, liveVideoReplayId) | ||
692 | const video: VideoDetails = res.body | ||
693 | |||
694 | expect(video.state.id).to.equal(VideoState.PUBLISHED) | ||
695 | }) | 690 | }) |
696 | }) | 691 | }) |
697 | 692 | ||