Skip to content

Commit

Permalink
Update pkg/config/config_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com>
  • Loading branch information
rporres and bwplotka authored Mar 13, 2022
1 parent 20fcfb3 commit d2c1992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ type receiverTestConfig struct {
// Components []string `yaml:"components,omitempty"`
}

// A test version of the Config struct to create test yaml fixtures
// A test version of the Config struct to create test yaml fixtures.
type testConfig struct {
Defaults *receiverTestConfig `yaml:"defaults,omitempty"`
Receivers []*receiverTestConfig `yaml:"receivers,omitempty"`
Expand Down

0 comments on commit d2c1992

Please sign in to comment.