Skip to content

Commit

Permalink
Remove l2met usage in integration service test
Browse files Browse the repository at this point in the history
  • Loading branch information
slizco committed Jul 23, 2024
1 parent 0c25263 commit dd9e1d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmdutil/v2/service/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ func TestPanicReporting(t *testing.T) {

s := New(&cfg)

l2met := l2met.New(s.Logger)
s.MetricsProvider = l2met
s.Add(cmdutil.NewContextServer(l2met.Run))

f := func() error {
panic("test panic")
return nil
Expand Down

0 comments on commit dd9e1d6

Please sign in to comment.