From 09071200c73f5358e1d0bfb61a274e4f2c4ec52b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 19 Jul 2019 14:36:04 +0200 Subject: Add plugin API tests --- config/test-1.yaml | 1 + config/test-2.yaml | 1 + config/test-3.yaml | 1 + config/test-4.yaml | 1 + config/test-5.yaml | 1 + config/test-6.yaml | 1 + 6 files changed, 6 insertions(+) (limited to 'config') diff --git a/config/test-1.yaml b/config/test-1.yaml index 413390ecd..7b25f5cf3 100644 --- a/config/test-1.yaml +++ b/config/test-1.yaml @@ -21,6 +21,7 @@ storage: torrents: 'test1/torrents/' captions: 'test1/captions/' cache: 'test1/cache/' + plugins: 'test1/plugins/' admin: email: 'admin1@example.com' diff --git a/config/test-2.yaml b/config/test-2.yaml index de7300366..82d4aa35f 100644 --- a/config/test-2.yaml +++ b/config/test-2.yaml @@ -21,6 +21,7 @@ storage: torrents: 'test2/torrents/' captions: 'test2/captions/' cache: 'test2/cache/' + plugins: 'test2/plugins/' admin: email: 'admin2@example.com' diff --git a/config/test-3.yaml b/config/test-3.yaml index ef6780328..d2734f469 100644 --- a/config/test-3.yaml +++ b/config/test-3.yaml @@ -21,6 +21,7 @@ storage: torrents: 'test3/torrents/' captions: 'test3/captions/' cache: 'test3/cache/' + plugins: 'test3/plugins/' admin: email: 'admin3@example.com' diff --git a/config/test-4.yaml b/config/test-4.yaml index e84b2d118..9ec45b024 100644 --- a/config/test-4.yaml +++ b/config/test-4.yaml @@ -21,6 +21,7 @@ storage: torrents: 'test4/torrents/' captions: 'test4/captions/' cache: 'test4/cache/' + plugins: 'test4/plugins/' admin: email: 'admin4@example.com' diff --git a/config/test-5.yaml b/config/test-5.yaml index e25d4cfee..92cc113b9 100644 --- a/config/test-5.yaml +++ b/config/test-5.yaml @@ -21,6 +21,7 @@ storage: torrents: 'test5/torrents/' captions: 'test5/captions/' cache: 'test5/cache/' + plugins: 'test5/plugins/' admin: email: 'admin5@example.com' diff --git a/config/test-6.yaml b/config/test-6.yaml index a020fe869..205d99797 100644 --- a/config/test-6.yaml +++ b/config/test-6.yaml @@ -21,6 +21,7 @@ storage: torrents: 'test6/torrents/' captions: 'test6/captions/' cache: 'test6/cache/' + plugins: 'test6/plugins/' admin: email: 'admin6@example.com' -- cgit v1.2.3