Use mock driver for stats test
This commit is contained in:
parent
f59e832cb5
commit
a735fed7d9
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@ import (
|
||||||
|
|
||||||
"github.com/chihaya/chihaya/config"
|
"github.com/chihaya/chihaya/config"
|
||||||
|
|
||||||
_ "github.com/chihaya/chihaya/storage/backend/batter"
|
_ "github.com/chihaya/chihaya/storage/tracker/mock"
|
||||||
_ "github.com/chihaya/chihaya/storage/tracker/redis"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func newTestServer() (*Server, error) {
|
func newTestServer() (*Server, error) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue