diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-22 11:18:22 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-07-24 10:58:16 +0200 |
commit | 587568e1cc0e33c023c1ac62dd28fef313285250 (patch) | |
tree | e905b243d8a5fe5fb18ef5ef821c867cdde45aa6 /server/tests/plugins | |
parent | 6691c52280363fc42f7865230ebb3741f02fff23 (diff) | |
download | PeerTube-587568e1cc0e33c023c1ac62dd28fef313285250.tar.gz PeerTube-587568e1cc0e33c023c1ac62dd28fef313285250.tar.zst PeerTube-587568e1cc0e33c023c1ac62dd28fef313285250.zip |
Add plugin table migration table
Diffstat (limited to 'server/tests/plugins')
-rw-r--r-- | server/tests/plugins/action-hooks.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/plugins/action-hooks.ts b/server/tests/plugins/action-hooks.ts index 2a941148a..e28732cac 100644 --- a/server/tests/plugins/action-hooks.ts +++ b/server/tests/plugins/action-hooks.ts | |||
@@ -43,7 +43,7 @@ describe('Test plugin action hooks', function () { | |||
43 | path: getPluginTestPath() | 43 | path: getPluginTestPath() |
44 | }) | 44 | }) |
45 | 45 | ||
46 | await killallServers([ servers[0] ]) | 46 | killallServers([ servers[0] ]) |
47 | 47 | ||
48 | await reRunServer(servers[0]) | 48 | await reRunServer(servers[0]) |
49 | }) | 49 | }) |