mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01: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:
parent
157e3cf054
commit
ee5dff96e3
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
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user