1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-27 22:35:31 +00:00

httplib:drone can't upload file

This commit is contained in:
astaxie
2014-05-20 17:34:52 +08:00
parent 33ad6c1370
commit fa3234147a

View File

@@ -38,7 +38,7 @@ func TestGetUrl(t *testing.T) {
} }
} }
func TestPost(t *testing.T) { func ExamplePost(t *testing.T) {
b := Post("http://beego.me/").Debug(true) b := Post("http://beego.me/").Debug(true)
b.Param("username", "astaxie") b.Param("username", "astaxie")
b.Param("password", "hello") b.Param("password", "hello")