Skip to content

Commit

Permalink
- remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Oct 21, 2024
1 parent da28356 commit d907a34
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tdrs-backend/tdpservice/data_files/test/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,9 @@ def assert_error_report_tanf_file_content_matches_with_friendly_names(response):

assert ws.cell(row=1, column=1).value == "Please refer to the most recent versions of the coding " \
+ "instructions (linked below) when looking up items and allowable values during the data revision process"
for i in range(6, 10):
print(ws.cell(row=i, column=COL_ERROR_MESSAGE).value)
assert ws.cell(row=8, column=COL_ERROR_MESSAGE).value == (
"Every T1 record should have at least one corresponding T2 or T3 record with the same Item 4 "
"(Reporting Year and Month) and Item 6 (Case Number).")
assert False

@staticmethod
def assert_error_report_ssp_file_content_matches_with_friendly_names(response):
Expand All @@ -132,13 +129,10 @@ def assert_error_report_file_content_matches_without_friendly_names(response):

assert ws.cell(row=1, column=1).value == "Please refer to the most recent versions of the coding " \
+ "instructions (linked below) when looking up items and allowable values during the data revision process"
for i in range(6, 10):
print(ws.cell(row=i, column=COL_ERROR_MESSAGE).value)
assert ws.cell(row=8, column=COL_ERROR_MESSAGE).value == (
"Every T1 record should have at least one corresponding T2 or T3 record with the same Item 4 "
"(Reporting Year and Month) and Item 6 (Case Number)."
)
assert False

@staticmethod
def assert_data_file_exists(data_file_data, version, user):
Expand Down

0 comments on commit d907a34

Please sign in to comment.