Skip to content

Commit d40c7b1

Browse files
lint
1 parent a572eea commit d40c7b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openstack/backend_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ package openstack
33
import (
44
"context"
55
"fmt"
6-
"github.com/hashicorp/vault/sdk/helper/logging"
76
"net/http"
87
"sync"
98
"testing"
109
"time"
1110

11+
"github.com/hashicorp/vault/sdk/helper/logging"
12+
1213
"github.com/gophercloud/gophercloud"
1314
"github.com/gophercloud/gophercloud/acceptance/tools"
1415
th "github.com/gophercloud/gophercloud/testhelper"
1516
thClient "github.com/gophercloud/gophercloud/testhelper/client"
1617
"github.com/hashicorp/go-hclog"
17-
log "github.com/hashicorp/go-hclog"
1818
"github.com/hashicorp/vault/sdk/framework"
1919
"github.com/hashicorp/vault/sdk/logical"
2020
"github.com/stretchr/testify/assert"
@@ -177,7 +177,7 @@ func TestPeriodicFuncNilConfig(t *testing.T) {
177177
b, _ := testBackend(t)
178178

179179
config := &logical.BackendConfig{
180-
Logger: logging.NewVaultLogger(log.Trace),
180+
Logger: logging.NewVaultLogger(hclog.Trace),
181181
System: &logical.StaticSystemView{
182182
DefaultLeaseTTLVal: defaultLeaseTTLHr,
183183
MaxLeaseTTLVal: maxLeaseTTLHr,

0 commit comments

Comments
 (0)