chore: fix null handling in multipartFormRequestOptions test (#1385)
parent
3bd2b340c8
commit
df63008a94
|
|
@ -18,7 +18,7 @@ describe('form data validation', () => {
|
|||
});
|
||||
|
||||
test('null', async () => {
|
||||
await expect(() =>
|
||||
await expect(
|
||||
multipartFormRequestOptions(
|
||||
{
|
||||
body: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue