Skip to content

Commit

Permalink
Fix: Text in test updated
Browse files Browse the repository at this point in the history
  • Loading branch information
JanneJuhola committed Oct 22, 2024
1 parent f8c0e4f commit 1469e7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1391,7 +1391,7 @@ def test_application_status_change_as_handler(
if to_status == ApplicationStatus.ADDITIONAL_INFORMATION_NEEDED:
assert application.messages.count() == 1
assert (
"Please make the corrections by 11.06.2021"
"Please make the corrections and send application again by 11.06.2021"
in application.messages.first().content
)
assert len(mailoutbox) == 1
Expand Down

0 comments on commit 1469e7b

Please sign in to comment.