Skip to content

Commit

Permalink
Removed printf function
Browse files Browse the repository at this point in the history
  • Loading branch information
herrBez committed May 14, 2024
1 parent 14cff40 commit ef19ff0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions metricbeat/module/kubernetes/volume/volume_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
package volume

import (
"fmt"
"io/ioutil"
"os"
"testing"
Expand Down Expand Up @@ -48,8 +47,6 @@ func TestEventMapping(t *testing.T) {

assert.Len(t, events, 2, "got wrong number of events")

fmt.Printf("%v", events[1])

testCases := []map[string]interface{}{
// Test for ephemeral volume
{
Expand Down

0 comments on commit ef19ff0

Please sign in to comment.