Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-runkle committed Oct 2, 2023
1 parent cc56f2a commit 176c5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/validators/test_with_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -802,5 +802,5 @@ def _raise(ex: Exception) -> None:

with pytest.raises(ValidationError) as exc_info:
v.validate_python(input_value)

assert exc_info.value.errors(include_url=False, include_context=False) == expected

0 comments on commit 176c5dd

Please sign in to comment.