diff options
Diffstat (limited to 'server/tests/api/notifications/comments-notifications.ts')
-rw-r--r-- | server/tests/api/notifications/comments-notifications.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/notifications/comments-notifications.ts b/server/tests/api/notifications/comments-notifications.ts index 8b8c5712a..5a50af040 100644 --- a/server/tests/api/notifications/comments-notifications.ts +++ b/server/tests/api/notifications/comments-notifications.ts | |||
@@ -257,7 +257,7 @@ describe('Test comments notifications', function () { | |||
257 | 257 | ||
258 | await waitJobs(servers) | 258 | await waitJobs(servers) |
259 | 259 | ||
260 | const text1 = `hello @user_1@localhost:${servers[0].port} 1` | 260 | const text1 = `hello @user_1@${servers[0].host} 1` |
261 | const { id: server2ThreadId } = await servers[1].comments.createThread({ videoId: uuid, text: text1 }) | 261 | const { id: server2ThreadId } = await servers[1].comments.createThread({ videoId: uuid, text: text1 }) |
262 | 262 | ||
263 | await waitJobs(servers) | 263 | await waitJobs(servers) |
@@ -269,7 +269,7 @@ describe('Test comments notifications', function () { | |||
269 | const threadId = data[0].id | 269 | const threadId = data[0].id |
270 | await checkCommentMention({ ...baseParams, shortUUID, commentId: threadId, threadId, byAccountDisplayName, checkType: 'presence' }) | 270 | await checkCommentMention({ ...baseParams, shortUUID, commentId: threadId, threadId, byAccountDisplayName, checkType: 'presence' }) |
271 | 271 | ||
272 | const text2 = `@user_1@localhost:${servers[0].port} hello 2 @root@localhost:${servers[0].port}` | 272 | const text2 = `@user_1@${servers[0].host} hello 2 @root@${servers[0].host}` |
273 | await servers[1].comments.addReply({ videoId: uuid, toCommentId: server2ThreadId, text: text2 }) | 273 | await servers[1].comments.addReply({ videoId: uuid, toCommentId: server2ThreadId, text: text2 }) |
274 | 274 | ||
275 | await waitJobs(servers) | 275 | await waitJobs(servers) |