integration: Use nip.io instead of xip.io

This commit is contained in:
Tatsuhiro Tsujikawa 2017-04-09 16:06:37 +09:00
parent e61ac4682e
commit ec908af19c
1 changed files with 2 additions and 2 deletions

View File

@ -153,8 +153,8 @@ func newServerTesterInternal(src_args []string, t *testing.T, handler http.Handl
if sep == -1 {
t.Fatalf("backendURL.Host %v does not contain separator ':'", backendURL.Host)
}
// We use awesome service xip.io.
b += fmt.Sprintf("%v.xip.io,%v;", backendURL.Host[:sep], backendURL.Host[sep+1:])
// We use awesome service nip.io.
b += fmt.Sprintf("%v.nip.io,%v;", backendURL.Host[:sep], backendURL.Host[sep+1:])
}
if backendTLS {