]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/feeds/feeds.ts
Correctly delete live files from object storage
[github/Chocobozzz/PeerTube.git] / server / tests / feeds / feeds.ts
index c49175d5ef04090db08f5e9738be90a556e3603f..906dab1a3aa6d13a212354f97d74f41bf6e06cbc 100644 (file)
@@ -314,7 +314,7 @@ describe('Test syndication feeds', () => {
       const jsonObj = JSON.parse(json)
       const imageUrl = jsonObj.icon
       expect(imageUrl).to.include('/lazy-static/avatars/')
-      await makeRawRequest({ url: imageUrl })
+      await makeRawRequest({ url: imageUrl, expectedStatus: HttpStatusCode.OK_200 })
     })
   })