Skip to content

Commit

Permalink
Revert "Add logger to test"
Browse files Browse the repository at this point in the history
This reverts commit 6a20b35.
  • Loading branch information
fridgepoet committed Jan 28, 2025
1 parent 07d577c commit 26aec8d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ package collector
import (
"context"
"fmt"
"os"
"strings"
"testing"

"github.com/go-kit/log"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/testutil"
"github.com/stretchr/testify/require"
Expand Down Expand Up @@ -46,7 +44,6 @@ func TestConnectionInfo(t *testing.T) {
collector, err := NewConnectionInfo(ConnectionInfoArguments{
DSN: tc.dsn,
Registry: reg,
Logger: log.NewLogfmtLogger(os.Stderr),
})
require.NoError(t, err)
require.NotNil(t, collector)
Expand Down

0 comments on commit 26aec8d

Please sign in to comment.