mirror of
https://github.com/kataras/iris.git
synced 2026-01-24 04:15:56 +00:00
Remove deprecated functions
This commit is contained in:
@@ -172,7 +172,7 @@ func TestMultiRunningServers_v1(t *testing.T) {
|
||||
})
|
||||
|
||||
// start the secondary server
|
||||
SecondaryListen(config.Server{ListeningAddr: "mydomain.com:80", RedirectTo: "https://" + host, Virtual: true})
|
||||
AddServer(config.Server{ListeningAddr: "mydomain.com:80", RedirectTo: "https://" + host, Virtual: true})
|
||||
// start the main server
|
||||
go ListenTo(config.Server{ListeningAddr: host, CertFile: certFile.Name(), KeyFile: keyFile.Name(), Virtual: true})
|
||||
// prepare test framework
|
||||
|
||||
Reference in New Issue
Block a user