chore: fix null handling in multipartFormRequestOptions test (#1385)

This commit is contained in:
Yordis Prieto
2025-07-29 12:17:03 -04:00
committed by GitHub
parent 3bd2b340c8
commit df63008a94

View File

@@ -18,7 +18,7 @@ describe('form data validation', () => {
}); });
test('null', async () => { test('null', async () => {
await expect(() => await expect(
multipartFormRequestOptions( multipartFormRequestOptions(
{ {
body: { body: {