File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -549,9 +549,8 @@ func TestSendWithMediaGroup(t *testing.T) {
549549 bot , _ := getBot (t )
550550
551551 cfg := tgbotapi .NewMediaGroup (ChatID , []interface {}{
552- tgbotapi .NewInputMediaPhoto ("https://i.imgur.com/unQLJIb.jpg" ),
553- tgbotapi .NewInputMediaPhoto ("https://i.imgur.com/J5qweNZ.jpg" ),
554- tgbotapi .NewInputMediaVideo ("https://i.imgur.com/F6RmI24.mp4" ),
552+ tgbotapi .NewInputMediaPhoto ("https://github.com/go-telegram-bot-api/telegram-bot-api/raw/0a3a1c8716c4cd8d26a262af9f12dcbab7f3f28c/tests/image.jpg" ),
553+ tgbotapi .NewInputMediaVideo ("https://github.com/go-telegram-bot-api/telegram-bot-api/raw/0a3a1c8716c4cd8d26a262af9f12dcbab7f3f28c/tests/video.mp4" ),
555554 })
556555 _ , err := bot .Send (cfg )
557556 if err != nil {
You can’t perform that action at this time.
0 commit comments