Skip to content

Commit 3f7fc28

Browse files
committed
Fix test (add URL)
1 parent 9d5ad36 commit 3f7fc28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/validators/test_definitions_recursive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -902,5 +902,6 @@ class Model:
902902
'msg': 'Input should be a dictionary or an instance of Model',
903903
'input': 123,
904904
'ctx': {'dataclass_name': 'Model'},
905+
'url': 'https://errors.pydantic.dev/0.27.1/v/dataclass_type',
905906
}
906907
]

0 commit comments

Comments
 (0)