1
0
mirror of https://github.com/kataras/iris.git synced 2026-07-31 16:39:52 +00:00

Add some tests

This commit is contained in:
Makis Maropoulos
2016-07-05 13:37:10 +02:00
parent 126e170371
commit 93dc7c7e48
10 changed files with 1033 additions and 2 deletions
-1
View File
@@ -254,7 +254,6 @@ func (s *Framework) ListenTLSWithErr(addr string, certFile string, keyFile strin
s.Config.Server.ListeningAddr = addr
s.Config.Server.CertFile = certFile
s.Config.Server.KeyFile = keyFile
return s.openServer()
}