From 976e12cec2ef4d46cd4b31fe5c9f54e68e4853b1 Mon Sep 17 00:00:00 2001 From: beats-jenkins Date: Fri, 15 Feb 2019 22:17:44 +0100 Subject: [PATCH] fix typo --- metricbeat/mb/testing/data_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metricbeat/mb/testing/data_test.go b/metricbeat/mb/testing/data_test.go index cfc5e4141ec..46e74f226f6 100644 --- a/metricbeat/mb/testing/data_test.go +++ b/metricbeat/mb/testing/data_test.go @@ -189,7 +189,7 @@ func getModulesPath() string { } func getModulePath(module string) string { - return getModulePath() + "/" + module + return getModulesPath() + "/" + module } func getMetricsetPath(module, metricSet string) string {