aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/videos.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/check-params/videos.ts')
-rw-r--r--server/tests/api/check-params/videos.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/videos.ts b/server/tests/api/check-params/videos.ts
index 5ff51d1ff..e5c9b90c4 100644
--- a/server/tests/api/check-params/videos.ts
+++ b/server/tests/api/check-params/videos.ts
@@ -205,7 +205,7 @@ describe('Test videos API validator', function () {
205 support: 'my super support text', 205 support: 'my super support text',
206 tags: [ 'tag1', 'tag2' ], 206 tags: [ 'tag1', 'tag2' ],
207 privacy: VideoPrivacy.PUBLIC, 207 privacy: VideoPrivacy.PUBLIC,
208 channelId: channelId, 208 channelId,
209 originallyPublishedAt: new Date().toISOString() 209 originallyPublishedAt: new Date().toISOString()
210 } 210 }
211 }) 211 })