From b3ce36069f90dcc0a0fab41d8c77f8722774544d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 21 Oct 2022 14:42:31 +0200 Subject: Prevent concurrency issues when sending m3u8 file --- server/tests/feeds/feeds.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/feeds/feeds.ts') 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', () => { 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 }) }) }) -- cgit v1.2.3