Skip to content

Commit

Permalink
fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimpe committed Sep 26, 2023
1 parent b2563d9 commit bcae3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdrs-backend/tdpservice/parsers/test/test_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ def test_parse_tanf_section3_file(tanf_section3_file):
@pytest.fixture
def tanf_section4_file(stt_user, stt):
"""Fixture for ADS.E2J.FTP4.TS06."""
return create_test_datafile('ADS.E2J.FTP4.TS06', stt_user, stt, "Stratum Data")
return util.create_test_datafile('ADS.E2J.FTP4.TS06', stt_user, stt, "Stratum Data")

@pytest.mark.django_db()
def test_parse_tanf_section4_file(tanf_section4_file):
Expand Down

0 comments on commit bcae3f4

Please sign in to comment.