diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-19 14:36:04 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-07-24 10:58:16 +0200 |
commit | 09071200c73f5358e1d0bfb61a274e4f2c4ec52b (patch) | |
tree | 602749b149df1675518846dd223105196b19a557 /config | |
parent | 9b474844e85cce916370693cc24f53339a695570 (diff) | |
download | PeerTube-09071200c73f5358e1d0bfb61a274e4f2c4ec52b.tar.gz PeerTube-09071200c73f5358e1d0bfb61a274e4f2c4ec52b.tar.zst PeerTube-09071200c73f5358e1d0bfb61a274e4f2c4ec52b.zip |
Add plugin API tests
Diffstat (limited to 'config')
-rw-r--r-- | config/test-1.yaml | 1 | ||||
-rw-r--r-- | config/test-2.yaml | 1 | ||||
-rw-r--r-- | config/test-3.yaml | 1 | ||||
-rw-r--r-- | config/test-4.yaml | 1 | ||||
-rw-r--r-- | config/test-5.yaml | 1 | ||||
-rw-r--r-- | config/test-6.yaml | 1 |
6 files changed, 6 insertions, 0 deletions
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: | |||
21 | torrents: 'test1/torrents/' | 21 | torrents: 'test1/torrents/' |
22 | captions: 'test1/captions/' | 22 | captions: 'test1/captions/' |
23 | cache: 'test1/cache/' | 23 | cache: 'test1/cache/' |
24 | plugins: 'test1/plugins/' | ||
24 | 25 | ||
25 | admin: | 26 | admin: |
26 | email: 'admin1@example.com' | 27 | 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: | |||
21 | torrents: 'test2/torrents/' | 21 | torrents: 'test2/torrents/' |
22 | captions: 'test2/captions/' | 22 | captions: 'test2/captions/' |
23 | cache: 'test2/cache/' | 23 | cache: 'test2/cache/' |
24 | plugins: 'test2/plugins/' | ||
24 | 25 | ||
25 | admin: | 26 | admin: |
26 | email: 'admin2@example.com' | 27 | 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: | |||
21 | torrents: 'test3/torrents/' | 21 | torrents: 'test3/torrents/' |
22 | captions: 'test3/captions/' | 22 | captions: 'test3/captions/' |
23 | cache: 'test3/cache/' | 23 | cache: 'test3/cache/' |
24 | plugins: 'test3/plugins/' | ||
24 | 25 | ||
25 | admin: | 26 | admin: |
26 | email: 'admin3@example.com' | 27 | 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: | |||
21 | torrents: 'test4/torrents/' | 21 | torrents: 'test4/torrents/' |
22 | captions: 'test4/captions/' | 22 | captions: 'test4/captions/' |
23 | cache: 'test4/cache/' | 23 | cache: 'test4/cache/' |
24 | plugins: 'test4/plugins/' | ||
24 | 25 | ||
25 | admin: | 26 | admin: |
26 | email: 'admin4@example.com' | 27 | 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: | |||
21 | torrents: 'test5/torrents/' | 21 | torrents: 'test5/torrents/' |
22 | captions: 'test5/captions/' | 22 | captions: 'test5/captions/' |
23 | cache: 'test5/cache/' | 23 | cache: 'test5/cache/' |
24 | plugins: 'test5/plugins/' | ||
24 | 25 | ||
25 | admin: | 26 | admin: |
26 | email: 'admin5@example.com' | 27 | 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: | |||
21 | torrents: 'test6/torrents/' | 21 | torrents: 'test6/torrents/' |
22 | captions: 'test6/captions/' | 22 | captions: 'test6/captions/' |
23 | cache: 'test6/cache/' | 23 | cache: 'test6/cache/' |
24 | plugins: 'test6/plugins/' | ||
24 | 25 | ||
25 | admin: | 26 | admin: |
26 | email: 'admin6@example.com' | 27 | email: 'admin6@example.com' |