Skip to content

Commit 47e2b87

Browse files
committed
add logs
1 parent 5be6f39 commit 47e2b87

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

test/integration/api/api_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import (
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"

test/integration/features/features_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ package features
22

33
import (
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
)

test/integration/install/install_uninstall_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package install
33
import (
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"

0 commit comments

Comments
 (0)