Skip to content

Commit

Permalink
- remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Feb 1, 2024
1 parent 7288637 commit e882352
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tdrs-backend/tdpservice/parsers/test/test_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -717,8 +717,7 @@ def test_parse_bad_tfs1_missing_required(bad_tanf_s1__row_missing_required_field

parser_errors = ParserError.objects.filter(
file=bad_tanf_s1__row_missing_required_field)
for e in parser_errors:
print(e.error_message)

assert parser_errors.count() == 4

error_message = 'RPT_MONTH_YEAR is required but a value was not provided.'
Expand Down

0 comments on commit e882352

Please sign in to comment.