mirror of
https://github.com/kataras/iris.git
synced 2025-02-09 02:34:55 +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"
|
"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
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user