diff options
Diffstat (limited to 'server/tests/plugins/action-hooks.ts')
-rw-r--r-- | server/tests/plugins/action-hooks.ts | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/server/tests/plugins/action-hooks.ts b/server/tests/plugins/action-hooks.ts index bcf773854..cf81e44b7 100644 --- a/server/tests/plugins/action-hooks.ts +++ b/server/tests/plugins/action-hooks.ts | |||
@@ -22,8 +22,7 @@ import { | |||
22 | flushAndRunMultipleServers, | 22 | flushAndRunMultipleServers, |
23 | killallServers, | 23 | killallServers, |
24 | reRunServer, | 24 | reRunServer, |
25 | ServerInfo, | 25 | ServerInfo |
26 | waitUntilLog | ||
27 | } from '../../../shared/extra-utils/server/servers' | 26 | } from '../../../shared/extra-utils/server/servers' |
28 | 27 | ||
29 | describe('Test plugin action hooks', function () { | 28 | describe('Test plugin action hooks', function () { |
@@ -32,7 +31,7 @@ describe('Test plugin action hooks', function () { | |||
32 | let threadId: number | 31 | let threadId: number |
33 | 32 | ||
34 | function checkHook (hook: ServerHookName) { | 33 | function checkHook (hook: ServerHookName) { |
35 | return waitUntilLog(servers[0], 'Run hook ' + hook) | 34 | return servers[0].serversCommand.waitUntilLog('Run hook ' + hook) |
36 | } | 35 | } |
37 | 36 | ||
38 | before(async function () { | 37 | before(async function () { |