mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 12:57:05 +00:00
For v4.6.0 - Remove unused testFramework from the previous commit
Read HISTORY.md for changes: https://github.com/kataras/iris/blob/master/HISTORY.md
This commit is contained in:
4
iris.go
4
iris.go
@@ -64,7 +64,6 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/gavv/httpexpect"
|
||||
"github.com/kataras/go-errors"
|
||||
"github.com/kataras/go-fs"
|
||||
"github.com/kataras/go-serializer"
|
||||
@@ -196,9 +195,6 @@ type (
|
||||
Plugins PluginContainer
|
||||
Websocket *WebsocketServer
|
||||
SSH *SSHServer
|
||||
|
||||
// this is setted once when .Tester(t) is called
|
||||
testFramework *httpexpect.Expect
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user