diff options
Diffstat (limited to 'server/tests/api')
-rw-r--r-- | server/tests/api/videos/video-imports.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/api/videos/video-imports.ts b/server/tests/api/videos/video-imports.ts index cd4988553..b04c0b826 100644 --- a/server/tests/api/videos/video-imports.ts +++ b/server/tests/api/videos/video-imports.ts | |||
@@ -37,6 +37,7 @@ describe('Test video imports', function () { | |||
37 | expect(videoHttp.description).to.equal('this is a super description') | 37 | expect(videoHttp.description).to.equal('this is a super description') |
38 | expect(videoHttp.tags).to.deep.equal([ 'tag1', 'tag2' ]) | 38 | expect(videoHttp.tags).to.deep.equal([ 'tag1', 'tag2' ]) |
39 | expect(videoHttp.files).to.have.lengthOf(1) | 39 | expect(videoHttp.files).to.have.lengthOf(1) |
40 | expect(videoHttp.originallyPublishedAt).to.equal('2019-01-13T23:00:00.000Z') | ||
40 | 41 | ||
41 | const resMagnet = await getVideo(url, idMagnet) | 42 | const resMagnet = await getVideo(url, idMagnet) |
42 | const videoMagnet: VideoDetails = resMagnet.body | 43 | const videoMagnet: VideoDetails = resMagnet.body |