Browse Source

🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

pull/4573/head
pre-commit-ci[bot] 1 year ago
parent
commit
2438c17823
  1. 4
      tests/test_dependency_schema_query.py

4
tests/test_dependency_schema_query.py

@ -410,7 +410,7 @@ def test_response():
}
if not PYDANTIC_V2:
expected_response.pop("extra_optional_attributes")
expected_response["extra_optional_attributes_alias"] = None
expected_response["extra_optional_attributes_alias"] = None
response = client.get(
"/item",
params={
@ -440,7 +440,7 @@ def test_response():
}
if not PYDANTIC_V2:
expected_response.pop("extra_optional_attributes")
expected_response["extra_optional_attributes_alias"] = None
expected_response["extra_optional_attributes_alias"] = None
response = client.get(
"/item",
params={

Loading…
Cancel
Save