diff --git a/tests/php/Chat/Parser/SystemMessageTest.php b/tests/php/Chat/Parser/SystemMessageTest.php index 846fb86c2da..18d1f7198f5 100644 --- a/tests/php/Chat/Parser/SystemMessageTest.php +++ b/tests/php/Chat/Parser/SystemMessageTest.php @@ -255,7 +255,7 @@ public function dataParseMessage(): array { ['actor' => ['id' => 'actor', 'type' => 'user'], 'user' => ['id' => 'user', 'type' => 'user']], ]], ['user_removed', ['user' => 'actor'], 'actor', [ - '{actor} left the conversation', + 'You left the conversation', ['actor' => ['id' => 'actor', 'type' => 'user'], 'user' => ['id' => 'actor', 'type' => 'user']], ]], ['user_removed', ['user' => 'user'], 'user', [