Skip to content

Commit

Permalink
update test file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimpe committed Sep 29, 2023
1 parent db95f4f commit 6a056a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tdrs-backend/tdpservice/parsers/test/test_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@pytest.fixture
def test_datafile(stt_user, stt):
"""Fixture for small_correct_file."""
return util.create_test_datafile('small_correct_file', stt_user, stt)
return util.create_test_datafile('small_correct_file.txt', stt_user, stt)

@pytest.fixture
def dfs():
Expand Down Expand Up @@ -597,7 +597,7 @@ def test_parse_super_big_s1_file_with_rollback(super_big_s1_rollback_file):
@pytest.fixture
def bad_tanf_s1__row_missing_required_field(stt_user, stt):
"""Fixture for small_tanf_section1."""
return util.create_test_datafile('small_bad_tanf_s1', stt_user, stt)
return util.create_test_datafile('small_bad_tanf_s1.txt', stt_user, stt)


@pytest.mark.django_db
Expand Down Expand Up @@ -644,7 +644,7 @@ def test_parse_bad_tfs1_missing_required(bad_tanf_s1__row_missing_required_field
@pytest.fixture
def bad_ssp_s1__row_missing_required_field(stt_user, stt):
"""Fixture for ssp_section1_datafile."""
return util.create_test_datafile('small_bad_ssp_s1', stt_user, stt, 'SSP Active Case Data')
return util.create_test_datafile('small_bad_ssp_s1.txt', stt_user, stt, 'SSP Active Case Data')


@pytest.mark.django_db()
Expand Down

0 comments on commit 6a056a8

Please sign in to comment.