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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user