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 /server/tests/plugins | |
parent | 9b474844e85cce916370693cc24f53339a695570 (diff) | |
download | PeerTube-09071200c73f5358e1d0bfb61a274e4f2c4ec52b.tar.gz PeerTube-09071200c73f5358e1d0bfb61a274e4f2c4ec52b.tar.zst PeerTube-09071200c73f5358e1d0bfb61a274e4f2c4ec52b.zip |
Add plugin API tests
Diffstat (limited to 'server/tests/plugins')
-rw-r--r-- | server/tests/plugins/action-hooks.ts | 4 | ||||
-rw-r--r-- | server/tests/plugins/filter-hooks.ts | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/server/tests/plugins/action-hooks.ts b/server/tests/plugins/action-hooks.ts index 8abab98c2..93dc57d09 100644 --- a/server/tests/plugins/action-hooks.ts +++ b/server/tests/plugins/action-hooks.ts | |||
@@ -7,7 +7,7 @@ import { setAccessTokensToServers } from '../../../shared/extra-utils' | |||
7 | 7 | ||
8 | const expect = chai.expect | 8 | const expect = chai.expect |
9 | 9 | ||
10 | describe('Test plugin filter hooks', function () { | 10 | describe('Test plugin action hooks', function () { |
11 | let server: ServerInfo | 11 | let server: ServerInfo |
12 | 12 | ||
13 | before(async function () { | 13 | before(async function () { |
@@ -18,7 +18,7 @@ describe('Test plugin filter hooks', function () { | |||
18 | }) | 18 | }) |
19 | 19 | ||
20 | it('Should execute ', async function () { | 20 | it('Should execute ', async function () { |
21 | 21 | // empty | |
22 | }) | 22 | }) |
23 | 23 | ||
24 | after(async function () { | 24 | after(async function () { |
diff --git a/server/tests/plugins/filter-hooks.ts b/server/tests/plugins/filter-hooks.ts index 8abab98c2..500728712 100644 --- a/server/tests/plugins/filter-hooks.ts +++ b/server/tests/plugins/filter-hooks.ts | |||
@@ -18,7 +18,7 @@ describe('Test plugin filter hooks', function () { | |||
18 | }) | 18 | }) |
19 | 19 | ||
20 | it('Should execute ', async function () { | 20 | it('Should execute ', async function () { |
21 | 21 | // empty | |
22 | }) | 22 | }) |
23 | 23 | ||
24 | after(async function () { | 24 | after(async function () { |