Browse Source

Revert "Introduce error to test CI fails"

This reverts commit 19d05c1531.
pull/14876/head
Yurii Motov 5 months ago
parent
commit
4dd93c1440
  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, "required": True,
"schema": {"title": Is(expected_title), "type": "string"}, "schema": {"title": Is(expected_title), "type": "string"},
"name": expected_name, "name": Is(expected_name),
"in": "path", "in": "path",
} }
] ]

Loading…
Cancel
Save