mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
chore: fix null handling in multipartFormRequestOptions test (#1385)
This commit is contained in:
parent
3bd2b340c8
commit
df63008a94
@ -18,7 +18,7 @@ describe('form data validation', () => {
|
||||
});
|
||||
|
||||
test('null', async () => {
|
||||
await expect(() =>
|
||||
await expect(
|
||||
multipartFormRequestOptions(
|
||||
{
|
||||
body: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user