mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
Iris has been updated to v4.4.0 . Fix travis http_test...
Please read HISTORY.md
This commit is contained in:
parent
5c98c5a493
commit
a4f6df985a
|
@ -150,7 +150,7 @@ func TestParseAddr(t *testing.T) {
|
|||
// Contains the server test for multi running servers
|
||||
func TestMultiRunningServers_v1_PROXY(t *testing.T) {
|
||||
defer Close()
|
||||
host := "mydomain.com" // you have to add it to your hosts file( for windows, as 127.0.0.1 mydomain.com)
|
||||
host := "localhost" // you have to add it to your hosts file( for windows, as 127.0.0.1 mydomain.com)
|
||||
initDefault()
|
||||
Default.Config.DisableBanner = true
|
||||
// create the key and cert files on the fly, and delete them when this test finished
|
||||
|
|
Loading…
Reference in New Issue
Block a user