test: fix 'should fulfill with fetch result and overrides' test (#9252)
This commit is contained in:
parent
e674d873a3
commit
1302e10637
|
|
@ -225,6 +225,7 @@ it('should fulfill with fetch result and overrides', async ({ page, server, isEl
|
|||
response,
|
||||
status: 201,
|
||||
headers: {
|
||||
...response.headers(),
|
||||
'foo': 'bar'
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue