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 {
924924 }
925925
926926 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" )
928928 }
929929
930930 groupBy := map [model.LabelName ]struct {}{}
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ receivers:
300300`
301301 _ , err := Load (in )
302302
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"
304304
305305 if err == nil {
306306 t .Fatalf ("no error returned, expected:\n %q" , expected )
You can’t perform that action at this time.
0 commit comments