Browse Source

Fix test name

pull/14829/head
Yurii Motov 4 months ago
parent
commit
cf0d31bd69
  1. 2
      tests/test_request_params/test_body/test_nullable_and_defaults.py

2
tests/test_request_params/test_body/test_nullable_and_defaults.py

@ -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

Loading…
Cancel
Save