Update excel-based upload files

This commit is contained in:
Ryan Ahearn
2023-01-06 11:47:57 -05:00
parent 2ad21a6f4f
commit 142b5f5e43
8 changed files with 4 additions and 5 deletions

View File

@@ -343,8 +343,7 @@ def test_example_spreadsheet(
@pytest.mark.parametrize(
"filename, acceptable_file, expected_status",
# TODO update the excel files with expected phone numbers
# list(zip(test_spreadsheet_files, repeat(True), repeat(302))) +
list(zip(test_spreadsheet_files, repeat(True), repeat(302))) +
list(zip(test_non_spreadsheet_files, repeat(False), repeat(200)))
)
def test_upload_files_in_different_formats(

Binary file not shown.

Binary file not shown.