Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Paschalis Tsilias <[email protected]>
  • Loading branch information
tpaschalis committed Oct 23, 2023
1 parent a2e3dd0 commit 339db9a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions component/common/relabel/relabel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ func TestParseConfig(t *testing.T) {
`,
expectErr: true,
},
{
name: "missing dropequal source",
cfg: `
action = "dropequal"
target_label = "foo"
`,
expectErr: true,
},
{
name: "missing keepequal target",
cfg: `
Expand All @@ -54,14 +46,6 @@ func TestParseConfig(t *testing.T) {
`,
expectErr: true,
},
{
name: "missing keepequal source",
cfg: `
action = "keepequal"
target_label = "foo"
`,
expectErr: true,
},
{
name: "unknown action",
cfg: `
Expand Down

0 comments on commit 339db9a

Please sign in to comment.