File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 44 "context"
55 "encoding/json"
66 "fmt"
7- log "github.com/sirupsen/logrus"
87 "net"
98 "net/http"
109 "os"
@@ -13,6 +12,8 @@ import (
1312 "testing"
1413 "time"
1514
15+ log "github.com/sirupsen/logrus"
16+
1617 "github.com/stretchr/testify/require"
1718
1819 "github.com/nginx/agent/sdk/v2/proto"
Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ package features
22
33import (
44 "context"
5- log "github.com/sirupsen/logrus"
65 "io"
76 "os"
87 "testing"
98
9+ log "github.com/sirupsen/logrus"
10+
1011 "github.com/nginx/agent/test/integration/utils"
1112 "github.com/stretchr/testify/assert"
1213)
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ package install
33import (
44 "context"
55 "fmt"
6- log "github.com/sirupsen/logrus"
76 "io"
87 "os"
98 "path"
@@ -12,6 +11,8 @@ import (
1211 "testing"
1312 "time"
1413
14+ log "github.com/sirupsen/logrus"
15+
1516 "github.com/nginx/agent/test/integration/utils"
1617
1718 "github.com/stretchr/testify/assert"
You can’t perform that action at this time.
0 commit comments