remove httplib_test.php
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -42,7 +42,7 @@ func TestPost(t *testing.T) { | ... | @@ -42,7 +42,7 @@ func TestPost(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") |
| 45 | b.PostFile("uploadfile", "httplib_test.php") | 45 | b.PostFile("uploadfile", "httplib_test.go") |
| 46 | str, err := b.String() | 46 | str, err := b.String() |
| 47 | if err != nil { | 47 | if err != nil { |
| 48 | t.Fatal(err) | 48 | t.Fatal(err) | ... | ... |
-
Please register or sign in to post a comment