]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/plugins/action-hooks.ts
Add plugin table migration table
[github/Chocobozzz/PeerTube.git] / server / tests / plugins / action-hooks.ts
index 2a941148a42ce102409fa99dea72b20df914dcbc..e28732caca079ec3367edeb6448a0695f5d6c229 100644 (file)
@@ -43,7 +43,7 @@ describe('Test plugin action hooks', function () {
       path: getPluginTestPath()
     })
 
-    await killallServers([ servers[0] ])
+    killallServers([ servers[0] ])
 
     await reRunServer(servers[0])
   })