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,
|
response,
|
||||||
status: 201,
|
status: 201,
|
||||||
headers: {
|
headers: {
|
||||||
|
...response.headers(),
|
||||||
'foo': 'bar'
|
'foo': 'bar'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue