Skip to content

Commit 50b0497

Browse files
committed
Make hasBodyAndHeaders assertion looser
1 parent 9436528 commit 50b0497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/toolkit/src/tests/utils/helpers.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ export const hasBodyAndHeaders = (
278278
body: any
279279
headers: {
280280
'content-type': string
281+
[key: string]: string
281282
}
282283
} => {
283284
return (

0 commit comments

Comments
 (0)