Skip to content

Commit

Permalink
- Remove unintentional inclusion of validator
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Dec 19, 2024
1 parent ad6c0b3 commit 00fe2eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tdrs-backend/tdpservice/parsers/test/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ def test_deprecate_call():
preparsing_validators=[
deprecate_call(validator_to_deprecate()),
passing_validator()
],
postparsing_validators=[
deprecate_call()
]
)

Expand Down

0 comments on commit 00fe2eb

Please sign in to comment.