We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f92bb4 commit 58c50bcCopy full SHA for 58c50bc
main_test.go
@@ -43,7 +43,6 @@ import (
43
44
"github.com/caarlos0/env/v11"
45
"github.com/prometheus/client_golang/prometheus"
46
- "github.com/sirupsen/logrus"
47
"github.com/sirupsen/logrus/hooks/test"
48
"github.com/stretchr/testify/require"
49
"go.mongodb.org/mongo-driver/mongo"
@@ -1487,8 +1486,7 @@ func TestEntrypointWithResponseFiltering(t *testing.T) {
1487
1486
}
1488
1489
func TestIntegrationWithAuditTrail(t *testing.T) {
1490
- log := logrus.New()
1491
- // log, _ := test.NewNullLogger()
+ log, _ := test.NewNullLogger()
1492
1493
gockHost := setupGockServer(t, 3099, GockOptions{
1494
OASTestFilePath: "./mocks/mockForResponseFilteringOnResponse.json",
0 commit comments