We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f8272 commit 8132cd8Copy full SHA for 8132cd8
tests/unit/core/test_schema.py
@@ -38,7 +38,7 @@ def test_model_construction_from_data(self) -> None:
38
"""
39
40
data = loads(toml_str)
41
- result = self.Model.model_validate(data, by_name=True)
+ result = self.Model.model_validate(data)
42
assert result.aliased_variable is True
43
44
@staticmethod
0 commit comments