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

This commit is contained in:
Yordis Prieto
2025-07-29 11:17:03 -05:00
committed by GitHub
parent 3bd2b340c8
commit df63008a94
+1 -1
View File
@@ -18,7 +18,7 @@ describe('form data validation', () => {
}); });
test('null', async () => { test('null', async () => {
await expect(() => await expect(
multipartFormRequestOptions( multipartFormRequestOptions(
{ {
body: { body: {