Browse Source

Introduce error to test CI fails

pull/14876/head
Yurii Motov 5 months ago
parent
commit
19d05c1531
  1. 2
      tests/test_request_params/test_path/test_required_str.py

2
tests/test_request_params/test_path/test_required_str.py

@ -59,7 +59,7 @@ def test_schema(path: str, expected_name: str, expected_title: str):
{
"required": True,
"schema": {"title": Is(expected_title), "type": "string"},
"name": Is(expected_name),
"name": expected_name,
"in": "path",
}
]

Loading…
Cancel
Save