mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 22:40:22 +00:00
chore: fix null handling in multipartFormRequestOptions test (#1385)
This commit is contained in:
parent
3bd2b340c8
commit
df63008a94
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ describe('form data validation', () => {
|
|||
});
|
||||
|
||||
test('null', async () => {
|
||||
await expect(() =>
|
||||
await expect(
|
||||
multipartFormRequestOptions(
|
||||
{
|
||||
body: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue