From 82e3ae1523ca6b9013010d9f588213ce4e160403 Mon Sep 17 00:00:00 2001
From: Chocobozzz
Date: Fri, 17 Feb 2023 09:21:11 +0100
Subject: Fix CI
---
server/tests/api/notifications/comments-notifications.ts | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
(limited to 'server/tests/api/notifications/comments-notifications.ts')
diff --git a/server/tests/api/notifications/comments-notifications.ts b/server/tests/api/notifications/comments-notifications.ts
index 5a50af040..65007193a 100644
--- a/server/tests/api/notifications/comments-notifications.ts
+++ b/server/tests/api/notifications/comments-notifications.ts
@@ -18,9 +18,8 @@ describe('Test comments notifications', function () {
let emails: object[] = []
const commentText = '**hello** world, what do you think about peertube?
'
- const expectedHtml = 'hello ' +
- 'world,
what do you think about peertube?'
+ const expectedHtml = 'hello world' +
+ ', what do you think about peertube?'
before(async function () {
this.timeout(120000)
--
cgit v1.2.3