diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/api/server/handle-down.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/tests/api/server/handle-down.ts b/server/tests/api/server/handle-down.ts index da134c09f..f8ba8bd66 100644 --- a/server/tests/api/server/handle-down.ts +++ b/server/tests/api/server/handle-down.ts | |||
@@ -133,7 +133,6 @@ describe('Test handle downs', function () { | |||
133 | expect(videoServer2).not.to.be.undefined | 133 | expect(videoServer2).not.to.be.undefined |
134 | 134 | ||
135 | await completeVideoCheck(servers[1].url, videoServer2, checkAttributes) | 135 | await completeVideoCheck(servers[1].url, videoServer2, checkAttributes) |
136 | |||
137 | }) | 136 | }) |
138 | 137 | ||
139 | after(async function () { | 138 | after(async function () { |