diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-03 11:10:31 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-06 11:19:16 +0200 |
commit | 5d08a6a74e83f2e4dfe2f3ba7f5a39371e1bc89e (patch) | |
tree | dd992ea798c620b8bdb5bf5fd9b8f1b97d4410f2 /server/tests/client.ts | |
parent | 7e5f9f001d5de22c54748f935edc0c069028bb0e (diff) | |
download | PeerTube-5d08a6a74e83f2e4dfe2f3ba7f5a39371e1bc89e.tar.gz PeerTube-5d08a6a74e83f2e4dfe2f3ba7f5a39371e1bc89e.tar.zst PeerTube-5d08a6a74e83f2e4dfe2f3ba7f5a39371e1bc89e.zip |
Add import http enabled configuration
Diffstat (limited to 'server/tests/client.ts')
-rw-r--r-- | server/tests/client.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/server/tests/client.ts b/server/tests/client.ts index bcbac86e9..129b40cdf 100644 --- a/server/tests/client.ts +++ b/server/tests/client.ts | |||
@@ -164,6 +164,13 @@ describe('Test a client controllers', function () { | |||
164 | '720p': false, | 164 | '720p': false, |
165 | '1080p': false | 165 | '1080p': false |
166 | } | 166 | } |
167 | }, | ||
168 | import: { | ||
169 | videos: { | ||
170 | http: { | ||
171 | enabled: false | ||
172 | } | ||
173 | } | ||
167 | } | 174 | } |
168 | } | 175 | } |
169 | await updateCustomConfig(server.url, server.accessToken, newCustomConfig) | 176 | await updateCustomConfig(server.url, server.accessToken, newCustomConfig) |