Skip to content

Commit

Permalink
- lint
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Jul 19, 2024
1 parent ed87cbf commit ca3f2df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tdrs-backend/tdpservice/parsers/test/test_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def test_header_cleanup(test_datafile):
])
@pytest.mark.django_db
def test_header_fields(test_datafile, header_line, is_valid, error):
"""Test validate all header fields."""
generate_error = util.make_generate_parser_error(test_datafile, 1)
header, header_is_valid, header_errors = schema_defs.header.parse_and_validate(header_line,
generate_error)
Expand Down

0 comments on commit ca3f2df

Please sign in to comment.