From 1302e10637d442e9cc13c7e851410309c6954c48 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 1 Oct 2021 09:47:04 +0200 Subject: [PATCH] test: fix 'should fulfill with fetch result and overrides' test (#9252) --- tests/page/page-request-fulfill.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/page/page-request-fulfill.spec.ts b/tests/page/page-request-fulfill.spec.ts index 2f201ce47d..7f884d720e 100644 --- a/tests/page/page-request-fulfill.spec.ts +++ b/tests/page/page-request-fulfill.spec.ts @@ -225,6 +225,7 @@ it('should fulfill with fetch result and overrides', async ({ page, server, isEl response, status: 201, headers: { + ...response.headers(), 'foo': 'bar' } });