diff --git a/plugin_test.go b/plugin_test.go index b6b118c..cbc2ddc 100644 --- a/plugin_test.go +++ b/plugin_test.go @@ -69,7 +69,7 @@ func TestSendMessage(t *testing.T) { Token: os.Getenv("TELEGRAM_TOKEN"), To: []string{os.Getenv("TELEGRAM_TO"), "中文ID", "1234567890"}, Message: []string{"Test Telegram Chat Bot From Travis or Local", " "}, - Photo: []string{"tests/gophercolor.png", "1234", " "}, + Photo: []string{"tests/github.png", "1234", " "}, Debug: false, }, } diff --git a/tests/github.png b/tests/github.png new file mode 100644 index 0000000..1a7c0ac Binary files /dev/null and b/tests/github.png differ diff --git a/tests/gophercolor.png b/tests/gophercolor.png new file mode 100644 index 0000000..844fd5d Binary files /dev/null and b/tests/gophercolor.png differ