mirror of https://github.com/milvus-io/milvus.git
parent
df63e3a295
commit
4a87b9f60a
|
@ -161,7 +161,6 @@ func (suite *QueryNodeSuite) TestInit_QueryHook() {
|
|||
mockHook := &MockQueryHook{}
|
||||
suite.node.queryHook = mockHook
|
||||
suite.node.handleQueryHookEvent()
|
||||
defer func() { suite.node.queryHook = nil }()
|
||||
|
||||
yamlWriter := viper.New()
|
||||
yamlWriter.SetConfigFile("../../configs/milvus.yaml")
|
||||
|
|
Loading…
Reference in New Issue