From 5d08a6a74e83f2e4dfe2f3ba7f5a39371e1bc89e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 3 Aug 2018 11:10:31 +0200 Subject: Add import http enabled configuration --- server/tests/client.ts | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'server/tests/client.ts') 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 () { '720p': false, '1080p': false } + }, + import: { + videos: { + http: { + enabled: false + } + } } } await updateCustomConfig(server.url, server.accessToken, newCustomConfig) -- cgit v1.2.3