summaryrefslogtreecommitdiffstats
path: root/einterfaces/elasticsearch.go
diff options
context:
space:
mode:
Diffstat (limited to 'einterfaces/elasticsearch.go')
-rw-r--r--einterfaces/elasticsearch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/einterfaces/elasticsearch.go b/einterfaces/elasticsearch.go
index e4803aa88..f5babffe0 100644
--- a/einterfaces/elasticsearch.go
+++ b/einterfaces/elasticsearch.go
@@ -10,7 +10,7 @@ type ElasticsearchInterface interface {
IndexPost(post *model.Post, teamId string) *model.AppError
SearchPosts(channels *model.ChannelList, searchParams []*model.SearchParams) ([]string, *model.AppError)
DeletePost(postId string) *model.AppError
- TestConfig() *model.AppError
+ TestConfig(cfg *model.Config) *model.AppError
}
var theElasticsearchInterface ElasticsearchInterface