diff options
author | Chocobozzz <me@florianbigard.com> | 2019-02-12 11:47:23 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-02-12 11:47:23 +0100 |
commit | c74c9be934fa1584edf6f4f7a41f00c4d3f2a8b3 (patch) | |
tree | 42370ebba95a968b45e59bbc81ae40947b541174 /server/tests/api/videos | |
parent | 84929846e743f4b5f3971b386ea2c447db8c416f (diff) | |
download | PeerTube-c74c9be934fa1584edf6f4f7a41f00c4d3f2a8b3.tar.gz PeerTube-c74c9be934fa1584edf6f4f7a41f00c4d3f2a8b3.tar.zst PeerTube-c74c9be934fa1584edf6f4f7a41f00c4d3f2a8b3.zip |
Refractor published date on video import
Diffstat (limited to 'server/tests/api/videos')
-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 |