diff --git a/rpc/tendermint/test/helpers.go b/rpc/tendermint/test/helpers.go
index 07b77cd4e550010e53e6c50971f9a830b4c6fcc0..c6c95ca62b3a44b38650c82c7c7b8d09f06e2bfd 100644
--- a/rpc/tendermint/test/helpers.go
+++ b/rpc/tendermint/test/helpers.go
@@ -6,6 +6,7 @@ import (
 	"testing"
 
 	acm "github.com/eris-ltd/eris-db/account"
+	"github.com/eris-ltd/eris-db/server"
 	edb "github.com/eris-ltd/eris-db/core"
 	erismint "github.com/eris-ltd/eris-db/manager/eris-mint"
 	sm "github.com/eris-ltd/eris-db/manager/eris-mint/state"
@@ -31,7 +32,7 @@ import (
 
 // global variables for use across all tests
 var (
-	config            cfg.Config
+	config            server.ServerConfig
 	node              *nm.Node
 	mempoolCount      = 0
 	chainID           string