From 21aa8281e1987dc278bf62bda1cb0e13a97464e9 Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Thu, 25 Feb 2021 12:12:23 -0800 Subject: [PATCH] Forgot a field --- internal/testrunner/runners/pipeline/test_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/testrunner/runners/pipeline/test_config.go b/internal/testrunner/runners/pipeline/test_config.go index 185f3b11e..1fbc1e76c 100644 --- a/internal/testrunner/runners/pipeline/test_config.go +++ b/internal/testrunner/runners/pipeline/test_config.go @@ -32,7 +32,7 @@ type testConfig struct { // NumericKeywordFields holds a list of fields that have keyword // type but can be ingested as numeric type. - NumericKeywordFields []string `json:"numeric_keyword_fields"` + NumericKeywordFields []string `json:"numeric_keyword_fields" yaml:"numeric_keyword_fields"` } type multiline struct {