mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +00:00
Update to 4.4.3
This commit is contained in:
@@ -8,12 +8,13 @@ CONTRIBUTE & DISCUSSION ABOUT TESTS TO: https://github.com/iris-contrib/tests
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/valyala/fasthttp"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/valyala/fasthttp"
|
||||
|
||||
"github.com/gavv/httpexpect"
|
||||
)
|
||||
|
||||
@@ -408,7 +409,7 @@ func TestMuxSimpleParty(t *testing.T) {
|
||||
}
|
||||
|
||||
Default.Config.VHost = "0.0.0.0:8080"
|
||||
//Default.Config.Tester.Debug = true
|
||||
Default.Config.Tester.Debug = true
|
||||
//Default.Config.Tester.ExplicitURL = true
|
||||
e := Tester(t)
|
||||
|
||||
@@ -420,7 +421,7 @@ func TestMuxSimpleParty(t *testing.T) {
|
||||
}
|
||||
|
||||
// run the tests
|
||||
request("/party1/")
|
||||
request("/party1")
|
||||
request("/party1/path1")
|
||||
request("/party1/path2")
|
||||
request("/party1/namedpath/theparam1/something/theparam2")
|
||||
|
||||
Reference in New Issue
Block a user