From 2688855f6cefc6d09f3e9fef6c20ec18810e949b Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 1 Oct 2021 09:16:35 +0200 Subject: [PATCH] test: fix 'should fulfill with fetch result and overrides' test --- 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 2f201ce47d700..7f884d720e889 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' } });