diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/plugins/html-injection.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/plugins/html-injection.ts b/server/tests/plugins/html-injection.ts index 293c1df21..4fa8caa3a 100644 --- a/server/tests/plugins/html-injection.ts +++ b/server/tests/plugins/html-injection.ts | |||
@@ -15,7 +15,7 @@ import { | |||
15 | 15 | ||
16 | const expect = chai.expect | 16 | const expect = chai.expect |
17 | 17 | ||
18 | describe('Test plugins HTML inection', function () { | 18 | describe('Test plugins HTML injection', function () { |
19 | let server: ServerInfo = null | 19 | let server: ServerInfo = null |
20 | 20 | ||
21 | before(async function () { | 21 | before(async function () { |