From 1469e7b44ccaaeeb34036e1a8707bc33d4355c53 Mon Sep 17 00:00:00 2001 From: JanneJuhola Date: Tue, 22 Oct 2024 10:56:53 +0300 Subject: [PATCH] Fix: Text in test updated --- backend/benefit/applications/tests/test_applications_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/benefit/applications/tests/test_applications_api.py b/backend/benefit/applications/tests/test_applications_api.py index ff69ffe220..ec78aead3c 100755 --- a/backend/benefit/applications/tests/test_applications_api.py +++ b/backend/benefit/applications/tests/test_applications_api.py @@ -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