Skip to content

Commit d51ef9c

Browse files
committed
Make hasBodyAndHeaders assertion looser
1 parent 72cf18f commit d51ef9c

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
@@ -225,6 +225,7 @@ export const hasBodyAndHeaders = (
225225
body: any
226226
headers: {
227227
'content-type': string
228+
[key: string]: string
228229
}
229230
} => {
230231
return (

0 commit comments

Comments
 (0)