1
0
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:
Gerasimos Maropoulos
2016-10-02 03:30:37 +03:00
parent ff3d1d4c8a
commit 78f3323ce4
4 changed files with 41 additions and 17 deletions

View File

@@ -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")