Browse Source

🎨 Auto format

pull/14791/head
pre-commit-ci-lite[bot] 6 months ago
committed by GitHub
parent
commit
5da2e87d8b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      tests/test_additional_properties.py
  2. 4
      tests/test_annotated.py
  3. 4
      tests/test_application.py
  4. 4
      tests/test_dependency_duplicates.py
  5. 4
      tests/test_extra_routes.py
  6. 4
      tests/test_get_request_body.py
  7. 4
      tests/test_include_router_defaults_overrides.py
  8. 4
      tests/test_infer_param_optionality.py
  9. 4
      tests/test_modules_same_name_body/test_main.py
  10. 4
      tests/test_multi_body_errors.py
  11. 4
      tests/test_multi_query_errors.py
  12. 4
      tests/test_no_schema_split.py
  13. 4
      tests/test_openapi_query_parameter_extension.py
  14. 4
      tests/test_openapi_separate_input_output_schemas.py
  15. 4
      tests/test_param_in_path_and_dependency.py
  16. 4
      tests/test_param_include_in_schema.py
  17. 4
      tests/test_put_no_body.py
  18. 4
      tests/test_reponse_set_reponse_code_empty.py
  19. 4
      tests/test_request_body_parameters_media_type.py
  20. 4
      tests/test_schema_extra_examples.py
  21. 4
      tests/test_security_oauth2.py
  22. 4
      tests/test_security_oauth2_optional.py
  23. 4
      tests/test_security_oauth2_optional_description.py
  24. 4
      tests/test_starlette_exception.py
  25. 4
      tests/test_tuples.py
  26. 4
      tests/test_tutorial/test_additional_responses/test_tutorial001.py
  27. 4
      tests/test_tutorial/test_additional_responses/test_tutorial002.py
  28. 4
      tests/test_tutorial/test_additional_responses/test_tutorial003.py
  29. 4
      tests/test_tutorial/test_additional_responses/test_tutorial004.py
  30. 4
      tests/test_tutorial/test_bigger_applications/test_main.py
  31. 4
      tests/test_tutorial/test_body/test_tutorial001.py
  32. 4
      tests/test_tutorial/test_body/test_tutorial002.py
  33. 4
      tests/test_tutorial/test_body/test_tutorial003.py
  34. 4
      tests/test_tutorial/test_body/test_tutorial004.py
  35. 4
      tests/test_tutorial/test_body_fields/test_tutorial001.py
  36. 4
      tests/test_tutorial/test_body_multiple_params/test_tutorial001.py
  37. 4
      tests/test_tutorial/test_body_multiple_params/test_tutorial003.py
  38. 4
      tests/test_tutorial/test_body_multiple_params/test_tutorial004.py
  39. 4
      tests/test_tutorial/test_body_nested_models/test_tutorial001_tutorial002_tutorial003.py
  40. 4
      tests/test_tutorial/test_body_nested_models/test_tutorial004.py
  41. 4
      tests/test_tutorial/test_body_nested_models/test_tutorial005.py
  42. 4
      tests/test_tutorial/test_body_nested_models/test_tutorial006.py
  43. 4
      tests/test_tutorial/test_body_nested_models/test_tutorial007.py
  44. 4
      tests/test_tutorial/test_body_nested_models/test_tutorial008.py
  45. 4
      tests/test_tutorial/test_body_nested_models/test_tutorial009.py
  46. 4
      tests/test_tutorial/test_body_updates/test_tutorial001.py
  47. 4
      tests/test_tutorial/test_body_updates/test_tutorial002.py
  48. 4
      tests/test_tutorial/test_cookie_param_models/test_tutorial001.py
  49. 4
      tests/test_tutorial/test_cookie_param_models/test_tutorial002.py
  50. 4
      tests/test_tutorial/test_cookie_params/test_tutorial001.py
  51. 4
      tests/test_tutorial/test_dataclasses/test_tutorial001.py
  52. 4
      tests/test_tutorial/test_dataclasses/test_tutorial003.py
  53. 4
      tests/test_tutorial/test_dependencies/test_tutorial001_tutorial001_02.py
  54. 4
      tests/test_tutorial/test_dependencies/test_tutorial002_tutorial003_tutorial004.py
  55. 4
      tests/test_tutorial/test_dependencies/test_tutorial005.py
  56. 4
      tests/test_tutorial/test_dependencies/test_tutorial006.py
  57. 4
      tests/test_tutorial/test_dependencies/test_tutorial011.py
  58. 4
      tests/test_tutorial/test_dependencies/test_tutorial012.py
  59. 4
      tests/test_tutorial/test_extra_models/test_tutorial001_tutorial002.py
  60. 4
      tests/test_tutorial/test_generate_clients/test_tutorial001.py
  61. 4
      tests/test_tutorial/test_generate_clients/test_tutorial002.py
  62. 4
      tests/test_tutorial/test_generate_clients/test_tutorial003.py
  63. 4
      tests/test_tutorial/test_handling_errors/test_tutorial001.py
  64. 4
      tests/test_tutorial/test_handling_errors/test_tutorial002.py
  65. 4
      tests/test_tutorial/test_handling_errors/test_tutorial003.py
  66. 4
      tests/test_tutorial/test_handling_errors/test_tutorial004.py
  67. 4
      tests/test_tutorial/test_handling_errors/test_tutorial005.py
  68. 4
      tests/test_tutorial/test_handling_errors/test_tutorial006.py
  69. 4
      tests/test_tutorial/test_header_param_models/test_tutorial001.py
  70. 4
      tests/test_tutorial/test_header_param_models/test_tutorial002.py
  71. 4
      tests/test_tutorial/test_header_param_models/test_tutorial003.py
  72. 4
      tests/test_tutorial/test_header_params/test_tutorial001.py
  73. 4
      tests/test_tutorial/test_header_params/test_tutorial002.py
  74. 4
      tests/test_tutorial/test_header_params/test_tutorial003.py
  75. 4
      tests/test_tutorial/test_openapi_callbacks/test_tutorial001.py
  76. 4
      tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial004.py
  77. 4
      tests/test_tutorial/test_path_operation_configurations/test_tutorial005.py
  78. 4
      tests/test_tutorial/test_path_params/test_tutorial004.py
  79. 4
      tests/test_tutorial/test_path_params/test_tutorial005.py
  80. 4
      tests/test_tutorial/test_query_params/test_tutorial001.py
  81. 4
      tests/test_tutorial/test_query_params/test_tutorial002.py
  82. 4
      tests/test_tutorial/test_query_params/test_tutorial003.py
  83. 4
      tests/test_tutorial/test_query_params/test_tutorial004.py
  84. 4
      tests/test_tutorial/test_query_params/test_tutorial005.py
  85. 4
      tests/test_tutorial/test_query_params/test_tutorial006.py
  86. 4
      tests/test_tutorial/test_query_params_str_validations/test_tutorial001.py
  87. 4
      tests/test_tutorial/test_query_params_str_validations/test_tutorial002.py
  88. 4
      tests/test_tutorial/test_query_params_str_validations/test_tutorial003.py
  89. 4
      tests/test_tutorial/test_query_params_str_validations/test_tutorial004.py
  90. 4
      tests/test_tutorial/test_query_params_str_validations/test_tutorial005.py
  91. 4
      tests/test_tutorial/test_query_params_str_validations/test_tutorial006.py
  92. 4
      tests/test_tutorial/test_query_params_str_validations/test_tutorial006c.py
  93. 4
      tests/test_tutorial/test_query_params_str_validations/test_tutorial007.py
  94. 4
      tests/test_tutorial/test_query_params_str_validations/test_tutorial008.py
  95. 4
      tests/test_tutorial/test_query_params_str_validations/test_tutorial009.py
  96. 4
      tests/test_tutorial/test_query_params_str_validations/test_tutorial010.py
  97. 4
      tests/test_tutorial/test_query_params_str_validations/test_tutorial011.py
  98. 4
      tests/test_tutorial/test_query_params_str_validations/test_tutorial012.py
  99. 4
      tests/test_tutorial/test_query_params_str_validations/test_tutorial013.py
  100. 4
      tests/test_tutorial/test_query_params_str_validations/test_tutorial014.py

4
tests/test_additional_properties.py

@ -89,8 +89,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_annotated.py

@ -284,8 +284,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

4
tests/test_application.py

@ -1260,8 +1260,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_dependency_duplicates.py

@ -223,8 +223,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

4
tests/test_extra_routes.py

@ -347,8 +347,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_get_request_body.py

@ -100,8 +100,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

4
tests/test_include_router_defaults_overrides.py

@ -7290,8 +7290,8 @@ def test_openapi():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

4
tests/test_infer_param_optionality.py

@ -325,8 +325,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

4
tests/test_modules_same_name_body/test_main.py

@ -131,8 +131,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_multi_body_errors.py

@ -167,8 +167,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_multi_query_errors.py

@ -97,8 +97,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_no_schema_split.py

@ -154,8 +154,8 @@ def test_openapi_schema():
},
"ValidationError": {
"properties": {
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"loc": {
"items": {
"anyOf": [{"type": "string"}, {"type": "integer"}]

4
tests/test_openapi_query_parameter_extension.py

@ -119,8 +119,8 @@ def test_openapi():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

4
tests/test_openapi_separate_input_output_schemas.py

@ -418,8 +418,8 @@ def test_openapi_schema():
},
"ValidationError": {
"properties": {
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"loc": {
"items": {
"anyOf": [{"type": "string"}, {"type": "integer"}]

4
tests/test_param_in_path_and_dependency.py

@ -86,8 +86,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

4
tests/test_param_include_in_schema.py

@ -151,8 +151,8 @@ openapi_schema = {
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

4
tests/test_put_no_body.py

@ -78,8 +78,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_reponse_set_reponse_code_empty.py

@ -90,8 +90,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

4
tests/test_request_body_parameters_media_type.py

@ -168,8 +168,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

4
tests/test_schema_extra_examples.py

@ -845,8 +845,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

4
tests/test_security_oauth2.py

@ -237,8 +237,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_security_oauth2_optional.py

@ -240,8 +240,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_security_oauth2_optional_description.py

@ -241,8 +241,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_starlette_exception.py

@ -184,8 +184,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tuples.py

@ -262,8 +262,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

4
tests/test_tutorial/test_additional_responses/test_tutorial001.py

@ -98,8 +98,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_additional_responses/test_tutorial002.py

@ -115,8 +115,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_additional_responses/test_tutorial003.py

@ -102,8 +102,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_additional_responses/test_tutorial004.py

@ -118,8 +118,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_bigger_applications/test_main.py

@ -593,8 +593,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

4
tests/test_tutorial/test_body/test_tutorial001.py

@ -328,8 +328,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_body/test_tutorial002.py

@ -143,8 +143,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_body/test_tutorial003.py

@ -153,8 +153,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_body/test_tutorial004.py

@ -164,8 +164,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_body_fields/test_tutorial001.py

@ -166,8 +166,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_body_multiple_params/test_tutorial001.py

@ -162,8 +162,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_body_multiple_params/test_tutorial003.py

@ -202,8 +202,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_body_multiple_params/test_tutorial004.py

@ -272,8 +272,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_body_nested_models/test_tutorial001_tutorial002_tutorial003.py

@ -233,8 +233,8 @@ def test_openapi_schema(client: TestClient, mod_name: str):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_body_nested_models/test_tutorial004.py

@ -257,8 +257,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_body_nested_models/test_tutorial005.py

@ -283,8 +283,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_body_nested_models/test_tutorial006.py

@ -251,8 +251,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_body_nested_models/test_tutorial007.py

@ -326,8 +326,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_body_nested_models/test_tutorial008.py

@ -139,8 +139,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_body_nested_models/test_tutorial009.py

@ -98,8 +98,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_body_updates/test_tutorial001.py

@ -168,8 +168,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_body_updates/test_tutorial002.py

@ -189,8 +189,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_cookie_param_models/test_tutorial001.py

@ -151,8 +151,8 @@ def test_openapi_schema(client: TestClient):
},
"ValidationError": {
"properties": {
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"loc": {
"items": {
"anyOf": [{"type": "string"}, {"type": "integer"}]

4
tests/test_tutorial/test_cookie_param_models/test_tutorial002.py

@ -161,8 +161,8 @@ def test_openapi_schema(client: TestClient):
},
"ValidationError": {
"properties": {
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"loc": {
"items": {
"anyOf": [{"type": "string"}, {"type": "integer"}]

4
tests/test_tutorial/test_cookie_params/test_tutorial001.py

@ -101,8 +101,8 @@ def test_openapi_schema(mod: ModuleType):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_dataclasses/test_tutorial001.py

@ -129,8 +129,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

4
tests/test_tutorial/test_dataclasses/test_tutorial003.py

@ -195,8 +195,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

4
tests/test_tutorial/test_dependencies/test_tutorial001_tutorial001_02.py

@ -170,8 +170,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_dependencies/test_tutorial002_tutorial003_tutorial004.py

@ -161,8 +161,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_dependencies/test_tutorial005.py

@ -121,8 +121,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_dependencies/test_tutorial006.py

@ -125,8 +125,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_dependencies/test_tutorial011.py

@ -102,8 +102,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_dependencies/test_tutorial012.py

@ -219,8 +219,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

4
tests/test_tutorial/test_extra_models/test_tutorial001_tutorial002.py

@ -138,8 +138,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_generate_clients/test_tutorial001.py

@ -135,8 +135,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

4
tests/test_tutorial/test_generate_clients/test_tutorial002.py

@ -180,8 +180,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

4
tests/test_tutorial/test_generate_clients/test_tutorial003.py

@ -180,8 +180,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

4
tests/test_tutorial/test_handling_errors/test_tutorial001.py

@ -72,8 +72,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_handling_errors/test_tutorial002.py

@ -72,8 +72,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_handling_errors/test_tutorial003.py

@ -73,8 +73,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_handling_errors/test_tutorial004.py

@ -78,8 +78,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_handling_errors/test_tutorial005.py

@ -102,8 +102,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

4
tests/test_tutorial/test_handling_errors/test_tutorial006.py

@ -86,8 +86,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_header_param_models/test_tutorial001.py

@ -187,8 +187,8 @@ def test_openapi_schema(client: TestClient):
},
"ValidationError": {
"properties": {
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"loc": {
"items": {
"anyOf": [{"type": "string"}, {"type": "integer"}]

4
tests/test_tutorial/test_header_param_models/test_tutorial002.py

@ -184,8 +184,8 @@ def test_openapi_schema(client: TestClient):
},
"ValidationError": {
"properties": {
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"loc": {
"items": {
"anyOf": [{"type": "string"}, {"type": "integer"}]

4
tests/test_tutorial/test_header_param_models/test_tutorial003.py

@ -224,8 +224,8 @@ def test_openapi_schema(client: TestClient):
},
"ValidationError": {
"properties": {
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"loc": {
"items": {
"anyOf": [{"type": "string"}, {"type": "integer"}]

4
tests/test_tutorial/test_header_params/test_tutorial001.py

@ -93,8 +93,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_header_params/test_tutorial002.py

@ -104,8 +104,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_header_params/test_tutorial003.py

@ -112,8 +112,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

4
tests/test_tutorial/test_openapi_callbacks/test_tutorial001.py

@ -195,8 +195,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

4
tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial004.py

@ -118,8 +118,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_path_operation_configurations/test_tutorial005.py

@ -117,8 +117,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_path_params/test_tutorial004.py

@ -73,8 +73,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_path_params/test_tutorial005.py

@ -110,8 +110,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

4
tests/test_tutorial/test_query_params/test_tutorial001.py

@ -108,8 +108,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_query_params/test_tutorial002.py

@ -109,8 +109,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_query_params/test_tutorial003.py

@ -130,8 +130,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_query_params/test_tutorial004.py

@ -138,8 +138,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_query_params/test_tutorial005.py

@ -86,8 +86,8 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_query_params/test_tutorial006.py

@ -137,8 +137,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_query_params_str_validations/test_tutorial001.py

@ -103,8 +103,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_query_params_str_validations/test_tutorial002.py

@ -124,8 +124,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_query_params_str_validations/test_tutorial003.py

@ -135,8 +135,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_query_params_str_validations/test_tutorial004.py

@ -129,8 +129,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_query_params_str_validations/test_tutorial005.py

@ -113,8 +113,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_query_params_str_validations/test_tutorial006.py

@ -118,8 +118,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_query_params_str_validations/test_tutorial006c.py

@ -130,8 +130,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_query_params_str_validations/test_tutorial007.py

@ -118,8 +118,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_query_params_str_validations/test_tutorial008.py

@ -120,8 +120,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_query_params_str_validations/test_tutorial009.py

@ -105,8 +105,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_query_params_str_validations/test_tutorial010.py

@ -136,8 +136,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_query_params_str_validations/test_tutorial011.py

@ -98,8 +98,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_query_params_str_validations/test_tutorial012.py

@ -93,8 +93,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_query_params_str_validations/test_tutorial013.py

@ -93,8 +93,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
"HTTPValidationError": {

4
tests/test_tutorial/test_query_params_str_validations/test_tutorial014.py

@ -93,8 +93,8 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
},
},
}

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save