mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 23:00:55 +00:00
httplib:drone can't upload file
This commit is contained in:
parent
33ad6c1370
commit
fa3234147a
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user