projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e11f68a
)
Fix test
author
Chocobozzz
<florian.bigard@gmail.com>
Fri, 8 Dec 2017 09:15:55 +0000
(10:15 +0100)
committer
Chocobozzz
<florian.bigard@gmail.com>
Fri, 8 Dec 2017 09:15:55 +0000
(10:15 +0100)
server/tests/api/check-params/videos.ts
patch
|
blob
|
history
diff --git
a/server/tests/api/check-params/videos.ts
b/server/tests/api/check-params/videos.ts
index 00a209665d7ed211f0b2e1887300205ff0857826..0aaa6e7c9569d8f1e09074c1fecb0044eb7c7619 100644
(file)
--- a/
server/tests/api/check-params/videos.ts
+++ b/
server/tests/api/check-params/videos.ts
@@
-321,7
+321,7
@@
describe('Test videos API validator', function () {
token: server.accessToken,
fields,
attaches,
- statusCodeExpected: 20
4
+ statusCodeExpected: 20
0
})
attaches.videofile = join(__dirname, '..', 'fixtures', 'video_short.mp4')
@@
-331,7
+331,7
@@
describe('Test videos API validator', function () {
token: server.accessToken,
fields,
attaches,
- statusCodeExpected: 20
4
+ statusCodeExpected: 20
0
})
attaches.videofile = join(__dirname, '..', 'fixtures', 'video_short.ogv')
@@
-341,7
+341,7
@@
describe('Test videos API validator', function () {
token: server.accessToken,
fields,
attaches,
- statusCodeExpected: 20
4
+ statusCodeExpected: 20
0
})
})
})