diff --git a/tests/php-unit-tests/unitary-tests/core/ActionEmailTest.php b/tests/php-unit-tests/unitary-tests/core/ActionEmailTest.php index afca36584..4efed17d2 100644 --- a/tests/php-unit-tests/unitary-tests/core/ActionEmailTest.php +++ b/tests/php-unit-tests/unitary-tests/core/ActionEmailTest.php @@ -219,14 +219,18 @@ HTML 'simple-body-with-placeholder' => [ 'EN US', ['body' => '

Ticket "$this->title$" created.

'], - ['body' => '

Ticket "Test UserRequest" created.

'], + ['body' => '
+

Ticket "Test UserRequest" created.

+
'], ], 'simple-body-with-placeholder-TEST-mode' => [ 'EN US', ['body' => '

Ticket "$this->title$" created.

', 'status' => 'test'], ['body' => <<Ticket "Test UserRequest" created.

+
+

Ticket "Test UserRequest" created.

+

Testing email notification Test action

The email should be sent with the following properties