test: fix 'should fulfill with fetch result and overrides' test (#9252)

This commit is contained in:
Max Schmitt 2021-10-01 09:47:04 +02:00 committed by GitHub
parent e674d873a3
commit 1302e10637
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -225,6 +225,7 @@ it('should fulfill with fetch result and overrides', async ({ page, server, isEl
response,
status: 201,
headers: {
...response.headers(),
'foo': 'bar'
}
});