We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e92155 commit 3c068f0Copy full SHA for 3c068f0
1 file changed
tests/Unit/NotificationChannels/TelegramTest.php
@@ -76,7 +76,7 @@ public function test_connect(): void
76
return $request->data() === [
77
'chat_id' => '12345',
78
'text' => 'Connected!',
79
- 'parse_mode' => 'markdown',
+ 'parse_mode' => 'HTML',
80
'disable_web_page_preview' => true,
81
];
82
}
@@ -103,7 +103,7 @@ public function test_send(): void
103
104
105
'text' => 'Hello',
106
107
108
109
0 commit comments