diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-11 08:16:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-11 11:49:01 +0200 |
commit | 5b075bc54957b08c10af9cc7364b49f8a598cadb (patch) | |
tree | cfda2b96ae1cf9ec21ceddea8e85b4877f0314c5 | |
parent | 134006b0d4528c07f0022c6e75257bf9fedbfebb (diff) | |
download | PeerTube-5b075bc54957b08c10af9cc7364b49f8a598cadb.tar.gz PeerTube-5b075bc54957b08c10af9cc7364b49f8a598cadb.tar.zst PeerTube-5b075bc54957b08c10af9cc7364b49f8a598cadb.zip |
Fix search index 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 | ||