File tree 1 file changed +0
-3
lines changed
internal/pkg/agent/application/actions/handlers
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import (
13
13
14
14
"github.com/stretchr/testify/require"
15
15
16
- "github.com/elastic/elastic-agent-libs/logp"
17
16
"github.com/elastic/elastic-agent/internal/pkg/agent/application/coordinator"
18
17
"github.com/elastic/elastic-agent/internal/pkg/agent/application/info"
19
18
"github.com/elastic/elastic-agent/internal/pkg/agent/application/reexec"
@@ -133,8 +132,6 @@ func TestUpgradeHandler(t *testing.T) {
133
132
func TestUpgradeHandlerSameVersion (t * testing.T ) {
134
133
// Create a cancellable context that will shut down the coordinator after
135
134
// the test.
136
- logp .DevelopmentSetup ()
137
- logger .SetLevel (logp .DebugLevel )
138
135
ctx , cancel := context .WithCancel (context .Background ())
139
136
defer cancel ()
140
137
You can’t perform that action at this time.
0 commit comments