Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Stettler <[email protected]>
  • Loading branch information
replay committed Aug 2, 2024
1 parent c5767af commit a7eeeb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/labeler/labeler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func TestAssigningLabel(t *testing.T) {
{
name: "assign the mimir-query label",
cfg: Config{
RequireLabel: []string{"label1"},
Labels: map[string]Label{
"mimir-ingest": {
Matchers: []Matcher{
Expand Down

0 comments on commit a7eeeb0

Please sign in to comment.