mirror of
https://github.com/fastapi/fastapi.git
synced 2026-09-26 21:35:15 -04:00
Fix test name
This commit is contained in:
1 parent
7fed2671c4
commit
cf0d31bd69
1 file changed
+1
-1
@@ -261,7 +261,7 @@ def test_nullable_required_no_embed_missing(path: str):
|
||||
),
|
||||
],
|
||||
)
|
||||
def test_nullable_required_pass_empty_dict(path: str, msg: str, error_type: str):
|
||||
def test_nullable_required_no_embed_pass_empty_dict(path: str, msg: str, error_type: str):
|
||||
client = TestClient(app)
|
||||
response = client.post(path, json={})
|
||||
assert response.status_code == 422
|
||||
|
||||
Reference in new issue
Block a user