mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 21:07:03 +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"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/gavv/httpexpect"
|
|
||||||
"github.com/kataras/go-errors"
|
"github.com/kataras/go-errors"
|
||||||
"github.com/kataras/go-fs"
|
"github.com/kataras/go-fs"
|
||||||
"github.com/kataras/go-serializer"
|
"github.com/kataras/go-serializer"
|
||||||
@@ -196,9 +195,6 @@ type (
|
|||||||
Plugins PluginContainer
|
Plugins PluginContainer
|
||||||
Websocket *WebsocketServer
|
Websocket *WebsocketServer
|
||||||
SSH *SSHServer
|
SSH *SSHServer
|
||||||
|
|
||||||
// this is setted once when .Tester(t) is called
|
|
||||||
testFramework *httpexpect.Expect
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user