Remove error handling code when no errors

`ok.html` is only used if the file has no errors. Therefore there will
never been any need to highlight which rows in the file have errors.
This commit is contained in:
Chris Hill-Scott
2018-01-15 11:20:06 +00:00
parent d8e67102fa
commit b5c114b66e
2 changed files with 2 additions and 2 deletions

View File

@@ -517,7 +517,7 @@ def test_upload_valid_csv_shows_preview_and_table(
assert page.select_one('.sms-message-wrapper').text.strip() == expected_message
for index, cell in enumerate([
'<td class="table-field-index"> <span class=""> 2 </span> </td>',
'<td class="table-field-index"> <span> 2 </span> </td>',
'<td class="table-field-center-aligned "> <div class=""> 07700900001 </div> </td>',
'<td class="table-field-center-aligned "> <div class=""> A </div> </td>',
(