1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-22 20:37:05 +00:00

New: ListenVirtual and ListenTo specific configs - server_test fixed

This commit is contained in:
Makis Maropoulos
2016-07-05 15:26:47 +02:00
parent afa5b57dc7
commit d76b73427b
6 changed files with 71 additions and 83 deletions

View File

@@ -15,7 +15,7 @@ func TestSessions(t *testing.T) {
}
initDefault()
Config.Server.ListeningAddr = "127.0.0.1:8080" // in order to test the sessions
HTTPServer.Config.ListeningAddr = "127.0.0.1:8080" // in order to test the sessions
Config.Sessions.Cookie = "mycustomsessionid"
writeValues := func(ctx *Context) {