Skip to content

Commit adf9302

Browse files
ycombinatormtojek
andauthored
Forgot a field (#264)
Co-authored-by: Marcin Tojek <mtojek@users.noreply.github.com>
1 parent 7a24a6d commit adf9302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/testrunner/runners/pipeline/test_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type testConfig struct {
3232

3333
// NumericKeywordFields holds a list of fields that have keyword
3434
// type but can be ingested as numeric type.
35-
NumericKeywordFields []string `json:"numeric_keyword_fields"`
35+
NumericKeywordFields []string `json:"numeric_keyword_fields" yaml:"numeric_keyword_fields"`
3636
}
3737

3838
type multiline struct {

0 commit comments

Comments
 (0)