Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
buixor committed Oct 21, 2024
1 parent ac577d7 commit ed00b70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/alertcontext/alertcontext_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"net/http"
"testing"

"github.com/davecgh/go-spew/spew"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

Expand Down Expand Up @@ -359,7 +358,6 @@ func TestAppsecEventToContext(t *testing.T) {
//run

metas, errors := AppsecEventToContext(test.match, test.req)
fmt.Printf(spew.Sdump(metas))
assert.Len(t, errors, test.expectedErrLen)
assert.ElementsMatch(t, test.expectedResult, metas)
}
Expand Down

0 comments on commit ed00b70

Please sign in to comment.