]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/extra-utils/feeds/feeds.ts
refactor scoped token service
[github/Chocobozzz/PeerTube.git] / shared / extra-utils / feeds / feeds.ts
index af6df2b208fe02b88df90b2ed2151fff6dc70dd3..bafbb9f943e4013ec99b02a2afae145fb5992508 100644 (file)
@@ -1,6 +1,6 @@
 import * as request from 'supertest'
 
-type FeedType = 'videos' | 'video-comments'
+type FeedType = 'videos' | 'video-comments' | 'subscriptions'
 
 function getXMLfeed (url: string, feed: FeedType, format?: string) {
   const path = '/feeds/' + feed + '.xml'