- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_post_broken_yaml (0.08 sec)
-
tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial007.py
assert response.status_code == 200, response.text assert response.json() == { "name": "Deadpoolio", "tags": ["x-force", "x-men", "x-avengers"], } @needs_pydanticv2 def test_post_broken_yaml(client: TestClient): yaml_data = """ name: Deadpoolio tags: x - x-force x - x-men x - x-avengers """
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Apr 18 19:40:57 UTC 2024 - 3.3K bytes - Viewed (0)