mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 17:50:58 +00:00
remove httplib_test.php
This commit is contained in:
parent
7b110a0b73
commit
d689be30e8
@ -42,7 +42,7 @@ func TestPost(t *testing.T) {
|
||||
b := Post("http://beego.me").Debug(true)
|
||||
b.Param("username", "astaxie")
|
||||
b.Param("password", "hello")
|
||||
b.PostFile("uploadfile", "httplib_test.php")
|
||||
b.PostFile("uploadfile", "httplib_test.go")
|
||||
str, err := b.String()
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
|
Loading…
Reference in New Issue
Block a user