diff --git a/tests/test_dependency_schema_query.py b/tests/test_dependency_schema_query.py index b7307519a..30204a557 100644 --- a/tests/test_dependency_schema_query.py +++ b/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={