diff options
Diffstat (limited to 'server/tests/api/follows.ts')
-rw-r--r-- | server/tests/api/follows.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/follows.ts b/server/tests/api/follows.ts index aadae3cce..dcb4c8bd9 100644 --- a/server/tests/api/follows.ts +++ b/server/tests/api/follows.ts | |||
@@ -227,7 +227,7 @@ describe('Test follows', function () { | |||
227 | expect(videoDetails.nsfw).to.be.ok | 227 | expect(videoDetails.nsfw).to.be.ok |
228 | expect(videoDetails.description).to.equal('my super description') | 228 | expect(videoDetails.description).to.equal('my super description') |
229 | expect(videoDetails.serverHost).to.equal('localhost:9003') | 229 | expect(videoDetails.serverHost).to.equal('localhost:9003') |
230 | expect(videoDetails.account).to.equal('root') | 230 | expect(videoDetails.accountName).to.equal('root') |
231 | expect(videoDetails.likes).to.equal(1) | 231 | expect(videoDetails.likes).to.equal(1) |
232 | expect(videoDetails.dislikes).to.equal(1) | 232 | expect(videoDetails.dislikes).to.equal(1) |
233 | expect(videoDetails.isLocal).to.be.false | 233 | expect(videoDetails.isLocal).to.be.false |