Skip to content

Commit

Permalink
Fmt config_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Dmytro Aleksieiev <[email protected]>
  • Loading branch information
MytkoEnko authored Feb 7, 2024
1 parent 9be41f8 commit 7683157
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pkg/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ type receiverTestConfig struct {
ReopenState string `yaml:"reopen_state,omitempty"`
ReopenDuration string `yaml:"reopen_duration,omitempty"`

Priority string `yaml:"priority,omitempty"`
Description string `yaml:"description,omitempty"`
WontFixResolution string `yaml:"wont_fix_resolution,omitempty"`
AddGroupLabels *bool `yaml:"add_group_labels,omitempty"`
UpdateInComment *bool `yaml:"update_in_comment,omitempty"`
StaticLabels []string `yaml:"static_labels" json:"static_labels"`
FieldsToUpdate []string `yaml:"update_always_fields,omitempty"`
Priority string `yaml:"priority,omitempty"`
Description string `yaml:"description,omitempty"`
WontFixResolution string `yaml:"wont_fix_resolution,omitempty"`
AddGroupLabels *bool `yaml:"add_group_labels,omitempty"`
UpdateInComment *bool `yaml:"update_in_comment,omitempty"`
StaticLabels []string `yaml:"static_labels" json:"static_labels"`
FieldsToUpdate []string `yaml:"update_always_fields,omitempty"`

AutoResolve *AutoResolve `yaml:"auto_resolve" json:"auto_resolve"`

Expand Down

0 comments on commit 7683157

Please sign in to comment.