httplib:drone can't upload file
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -38,7 +38,7 @@ func TestGetUrl(t *testing.T) { | ... | @@ -38,7 +38,7 @@ func TestGetUrl(t *testing.T) { |
| 38 | } | 38 | } |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | func TestPost(t *testing.T) { | 41 | func ExamplePost(t *testing.T) { |
| 42 | b := Post("http://beego.me/").Debug(true) | 42 | b := Post("http://beego.me/").Debug(true) |
| 43 | b.Param("username", "astaxie") | 43 | b.Param("username", "astaxie") |
| 44 | b.Param("password", "hello") | 44 | b.Param("password", "hello") | ... | ... |
-
Please register or sign in to post a comment