File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import (
1414 "github.com/phayes/freeport"
1515 "github.com/practable/relay/internal/permission"
1616 "github.com/practable/relay/internal/relay"
17- "github.com/sirupsen/logrus"
1817 log "github.com/sirupsen/logrus"
1918 "github.com/stretchr/testify/assert"
2019)
@@ -52,7 +51,7 @@ func TestClientConnect(t *testing.T) {
5251
5352 if debug {
5453 log .SetLevel (log .TraceLevel )
55- log .SetFormatter (& logrus .TextFormatter {FullTimestamp : true , DisableColors : true })
54+ log .SetFormatter (& log .TextFormatter {FullTimestamp : true , DisableColors : true })
5655 defer log .SetOutput (os .Stdout )
5756
5857 } else {
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ import (
1717 "github.com/practable/relay/internal/permission"
1818 "github.com/practable/relay/internal/relay"
1919 "github.com/practable/relay/pkg/client"
20- "github.com/sirupsen/logrus"
2120 log "github.com/sirupsen/logrus"
2221 "github.com/stretchr/testify/assert"
2322)
@@ -85,7 +84,7 @@ func TestStatus(t *testing.T) {
8584
8685 if debug {
8786 log .SetLevel (log .TraceLevel )
88- log .SetFormatter (& logrus .TextFormatter {FullTimestamp : true , DisableColors : true })
87+ log .SetFormatter (& log .TextFormatter {FullTimestamp : true , DisableColors : true })
8988 defer log .SetOutput (os .Stdout )
9089
9190 } else {
You can’t perform that action at this time.
0 commit comments