Skip to content

Commit 323522e

Browse files
committed
test: correct summary report expected message
1 parent 88c2745 commit 323522e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_reporting/test_excel_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def test_sub_status_failed_processing():
195195
row_headings=["Submission Failure", "Warning"],
196196
table_columns=["Planet", "Derived"],
197197
)
198-
assert summary_items.get_submission_status(pl.DataFrame()) == "There was an issue processing the submission. This will be investigated."
198+
assert summary_items.get_submission_status(pl.DataFrame()) == "There was an issue processing the submission. Please contact support."
199199
summary_items.submission_status = SubmissionStatus(validation_failed=True)
200200
assert summary_items.get_submission_status(pl.DataFrame()) == "File has been rejected"
201201

0 commit comments

Comments
 (0)