From 5b075bc54957b08c10af9cc7364b49f8a598cadb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 11 Aug 2021 08:16:01 +0200 Subject: Fix search index tests --- server/tests/api/search/search-index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/tests/api/search') diff --git a/server/tests/api/search/search-index.ts b/server/tests/api/search/search-index.ts index 4c8b1f608..1845c2069 100644 --- a/server/tests/api/search/search-index.ts +++ b/server/tests/api/search/search-index.ts @@ -137,8 +137,8 @@ describe('Test videos search', function () { expect(video.account.avatar).to.exist expect(video.channel.host).to.equal('framatube.org') - expect(video.channel.name).to.equal('bf54d359-cfad-4935-9d45-9d6be93f63e8') - expect(video.channel.url).to.equal('https://framatube.org/video-channels/bf54d359-cfad-4935-9d45-9d6be93f63e8') + expect(video.channel.name).to.equal('joinpeertube') + expect(video.channel.url).to.equal('https://framatube.org/video-channels/joinpeertube') expect(video.channel.avatar).to.exist } -- cgit v1.2.3