diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/search/search-index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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 () { | |||
137 | expect(video.account.avatar).to.exist | 137 | expect(video.account.avatar).to.exist |
138 | 138 | ||
139 | expect(video.channel.host).to.equal('framatube.org') | 139 | expect(video.channel.host).to.equal('framatube.org') |
140 | expect(video.channel.name).to.equal('bf54d359-cfad-4935-9d45-9d6be93f63e8') | 140 | expect(video.channel.name).to.equal('joinpeertube') |
141 | expect(video.channel.url).to.equal('https://framatube.org/video-channels/bf54d359-cfad-4935-9d45-9d6be93f63e8') | 141 | expect(video.channel.url).to.equal('https://framatube.org/video-channels/joinpeertube') |
142 | expect(video.channel.avatar).to.exist | 142 | expect(video.channel.avatar).to.exist |
143 | } | 143 | } |
144 | 144 | ||