Update xfail reason msg

This commit is contained in:
Yurii Motov 2026-02-06 16:33:45 +01:00
parent 2a2aafa01e
commit bfc09d9440
1 changed files with 4 additions and 1 deletions

View File

@ -121,7 +121,10 @@ def test_nullable_required_schema(path: str):
pytest.param(
"/model-nullable-required",
marks=pytest.mark.xfail(
reason="With Header model fields use underscores in error locs for headers"
reason=(
"For parameters declared as model, underscores are not replaced "
"with hyphens in error loc"
)
),
),
],