Browse Source

Merge branch 'master' of https://github.com/abhishekbiswas772/fastapi

pull/14212/head
Abhishek Biswas 10 months ago
parent
commit
b27f671998
  1. 4
      tests/test_forms_empty_string_default_13533.py

4
tests/test_forms_empty_string_default_13533.py

@ -7,9 +7,7 @@ This test verifies that empty strings in form fields are correctly handled:
- This applies to both x-www-form-urlencoded and multipart/form-data - This applies to both x-www-form-urlencoded and multipart/form-data
""" """
from typing import Optional from typing import Annotated, Optional
from typing_extensions import Annotated
from fastapi import FastAPI, File, Form from fastapi import FastAPI, File, Form
from fastapi.testclient import TestClient from fastapi.testclient import TestClient

Loading…
Cancel
Save