We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c2745 commit 323522eCopy full SHA for 323522e
1 file changed
tests/test_reporting/test_excel_report.py
@@ -195,7 +195,7 @@ def test_sub_status_failed_processing():
195
row_headings=["Submission Failure", "Warning"],
196
table_columns=["Planet", "Derived"],
197
)
198
- assert summary_items.get_submission_status(pl.DataFrame()) == "There was an issue processing the submission. This will be investigated."
+ assert summary_items.get_submission_status(pl.DataFrame()) == "There was an issue processing the submission. Please contact support."
199
summary_items.submission_status = SubmissionStatus(validation_failed=True)
200
assert summary_items.get_submission_status(pl.DataFrame()) == "File has been rejected"
201
0 commit comments