mirror of
https://github.com/kataras/iris.git
synced 2026-01-09 13:05:56 +00:00
Update to 4.4.6
This commit is contained in:
@@ -409,8 +409,8 @@ func TestMuxSimpleParty(t *testing.T) {
|
||||
}
|
||||
|
||||
Default.Config.VHost = "0.0.0.0:8080"
|
||||
Default.Config.Tester.Debug = true
|
||||
//Default.Config.Tester.ExplicitURL = true
|
||||
// Default.Config.Tester.Debug = true
|
||||
// Default.Config.Tester.ExplicitURL = true
|
||||
e := Tester(t)
|
||||
|
||||
request := func(reqPath string) {
|
||||
@@ -421,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