File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -924,7 +924,7 @@ func (r *Route) UnmarshalYAML(unmarshal func(interface{}) error) error {
924
924
}
925
925
926
926
if len (r .GroupBy ) > 0 && r .GroupByAll {
927
- return errors .New ("cannot have wildcard group_by (`...`) and other other labels at the same time" )
927
+ return errors .New ("cannot have wildcard group_by (`...`) and other labels at the same time" )
928
928
}
929
929
930
930
groupBy := map [model.LabelName ]struct {}{}
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ receivers:
300
300
`
301
301
_ , err := Load (in )
302
302
303
- expected := "cannot have wildcard group_by (`...`) and other other labels at the same time"
303
+ expected := "cannot have wildcard group_by (`...`) and other labels at the same time"
304
304
305
305
if err == nil {
306
306
t .Fatalf ("no error returned, expected:\n %q" , expected )
You can’t perform that action at this time.
0 commit comments