From fa3234147ab41076b42b7a653a5eb73a86d132bd Mon Sep 17 00:00:00 2001 From: astaxie Date: Tue, 20 May 2014 17:34:52 +0800 Subject: [PATCH] httplib:drone can't upload file --- httplib/httplib_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httplib/httplib_test.go b/httplib/httplib_test.go index 4689910a..6c4f9428 100644 --- a/httplib/httplib_test.go +++ b/httplib/httplib_test.go @@ -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")