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:
@@ -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")
|
||||||
|
Reference in New Issue
Block a user