Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
SMD-427 update tests to include new error_type param
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbi-hbrown committed Nov 17, 2023
1 parent bec881a commit 51a670e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,14 @@ def test_upload_xlsx_validation_errors(requests_mock, example_pre_ingest_data_fi
"section": "section1",
"cell_index": "A1",
"description": "You are missing project locations. Please enter a project location.",
"error_type": "NonNullableConstraintFailure",
},
{
"sheet": "Tab2",
"section": "section2",
"cell_index": "B2-Y2",
"description": "Start date in an incorrect format. Please enter a dates in the format 'Dec-22'",
"error_type": "TownsFundRoundFourValidationFailure",
},
],
},
Expand Down

0 comments on commit 51a670e

Please sign in to comment.