You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expected="1 validation error for int\n Input should be a valid integer, unable to parse string as an integer [type=int_parsing, input_value='ÿÿÿÿÿÿÿÿÿÿÿÿ...ÿÿÿÿÿÿÿÿÿÿÿ', input_type=str]"# noqa: E501
191
+
withpytest.raises(ValidationError) asexc_info:
192
+
validator.validate_python(danger_str)
193
+
actual=repr(exc_info.value).split('For further information visit ')[0].strip()
0 commit comments