Commit fa323414 authored by astaxie's avatar astaxie

httplib:drone can't upload file

parent 33ad6c13
......@@ -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.Param("username", "astaxie")
b.Param("password", "hello")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment