mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-20 17:24:22 +01:00
chore: fix null handling in multipartFormRequestOptions test (#1385)
This commit is contained in:
@@ -18,7 +18,7 @@ describe('form data validation', () => {
|
||||
});
|
||||
|
||||
test('null', async () => {
|
||||
await expect(() =>
|
||||
await expect(
|
||||
multipartFormRequestOptions(
|
||||
{
|
||||
body: {
|
||||
|
||||
Reference in New Issue
Block a user