diff options
author | Florent <florent.git@zeteo.me> | 2022-08-06 15:20:43 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2022-08-08 08:25:36 +0200 |
commit | 7e0f50d6e0c7dc583d40e196c283eb20dc386ae6 (patch) | |
tree | a44a68f32dafb3ff3b4a6b1a88f7718423d676b9 /server/tests/feeds | |
parent | 2c9c6e653e896b9815b360bd566a657999fffb31 (diff) | |
download | PeerTube-7e0f50d6e0c7dc583d40e196c283eb20dc386ae6.tar.gz PeerTube-7e0f50d6e0c7dc583d40e196c283eb20dc386ae6.tar.zst PeerTube-7e0f50d6e0c7dc583d40e196c283eb20dc386ae6.zip |
Use single quotes in server/ and update eslint rules
Diffstat (limited to 'server/tests/feeds')
-rw-r--r-- | server/tests/feeds/feeds.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/feeds/feeds.ts b/server/tests/feeds/feeds.ts index c7331d544..67a9ed8e0 100644 --- a/server/tests/feeds/feeds.ts +++ b/server/tests/feeds/feeds.ts | |||
@@ -433,7 +433,7 @@ describe('Test syndication feeds', () => { | |||
433 | 433 | ||
434 | { | 434 | { |
435 | const body = await servers[0].subscriptions.listVideos({ token: userAccessToken }) | 435 | const body = await servers[0].subscriptions.listVideos({ token: userAccessToken }) |
436 | expect(body.total).to.equal(2, "there should be 2 videos part of the subscription") | 436 | expect(body.total).to.equal(2, 'there should be 2 videos part of the subscription') |
437 | 437 | ||
438 | const query = { accountId: userAccountId, token: userFeedToken } | 438 | const query = { accountId: userAccountId, token: userFeedToken } |
439 | const json = await servers[0].feed.getJSON({ feed: 'subscriptions', query, ignoreCache: true }) | 439 | const json = await servers[0].feed.getJSON({ feed: 'subscriptions', query, ignoreCache: true }) |