aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/cli/update-host.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/cli/update-host.ts')
-rw-r--r--server/tests/cli/update-host.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/cli/update-host.ts b/server/tests/cli/update-host.ts
index d3a1520cf..e986a04f2 100644
--- a/server/tests/cli/update-host.ts
+++ b/server/tests/cli/update-host.ts
@@ -61,7 +61,7 @@ describe('Test update host scripts', function () {
61 it('Should run update host', async function () { 61 it('Should run update host', async function () {
62 this.timeout(30000) 62 this.timeout(30000)
63 63
64 killallServers([ server ]) 64 await killallServers([ server ])
65 // Run server with standard configuration 65 // Run server with standard configuration
66 await reRunServer(server) 66 await reRunServer(server)
67 67