Skip to content

Commit

Permalink
one more place
Browse files Browse the repository at this point in the history
  • Loading branch information
blind-oracle committed Jan 18, 2021
1 parent a53ac3d commit 8f9519f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func Test_handle(t *testing.T) {
}

func Test_processTimeseries(t *testing.T) {
cfg, err := configLoad("config.yml")
cfg, err := configParse([]byte(testConfig))
assert.Nil(t, err)
cfg.Tenant.LabelRemove = true

Expand Down

0 comments on commit 8f9519f

Please sign in to comment.