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:
Gerasimos Maropoulos 2016-10-13 17:28:23 +03:00
parent 157e3cf054
commit ee5dff96e3

View File

@ -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
}
)