diff options
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 c49175d5e..906dab1a3 100644 --- a/server/tests/feeds/feeds.ts +++ b/server/tests/feeds/feeds.ts | |||
@@ -314,7 +314,7 @@ describe('Test syndication feeds', () => { | |||
314 | const jsonObj = JSON.parse(json) | 314 | const jsonObj = JSON.parse(json) |
315 | const imageUrl = jsonObj.icon | 315 | const imageUrl = jsonObj.icon |
316 | expect(imageUrl).to.include('/lazy-static/avatars/') | 316 | expect(imageUrl).to.include('/lazy-static/avatars/') |
317 | await makeRawRequest({ url: imageUrl }) | 317 | await makeRawRequest({ url: imageUrl, expectedStatus: HttpStatusCode.OK_200 }) |
318 | }) | 318 | }) |
319 | }) | 319 | }) |
320 | 320 | ||