Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Craig MacKenzie <[email protected]>
  • Loading branch information
belimawr and cmacknz authored Sep 18, 2023
1 parent 1b02af4 commit 2d40e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/libbeat/management/managerV2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ func TestFlattenedDataStreams(t *testing.T) {

inputs := &mockReloadable{
ReloadFn: func(configs []*reload.ConfigWithMeta) error {
// The datea_stream fields are used to generate the `index` key in
// The data_stream fields are used to generate the `index` key in
// the config, so we check for it.
for _, input := range configs {
tmp := struct {
Expand Down

0 comments on commit 2d40e77

Please sign in to comment.