Skip to content

Commit f17d0ef

Browse files
authored
CLOUDP-242965: Fix ST1019 from staticcheck (#1536)
1 parent 6c280ac commit f17d0ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/e2e/encryption_at_rest_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66
"os"
77
"time"
88

9-
"github.com/onsi/ginkgo/v2"
109
. "github.com/onsi/ginkgo/v2"
1110
. "github.com/onsi/gomega"
1211
"go.mongodb.org/atlas-sdk/v20231115008/admin"
@@ -381,7 +380,7 @@ var _ = Describe("Encryption at rest AWS", Label("encryption-at-rest", "encrypti
381380
Execute()
382381
g.Expect(err).NotTo(HaveOccurred())
383382
g.Expect(projectData).NotTo(BeNil())
384-
ginkgo.GinkgoLogr.Info("Project ID", projectData.GetId())
383+
GinkgoLogr.Info("Project ID", projectData.GetId())
385384
projectID = projectData.GetId()
386385
return nil
387386
}).WithTimeout(2 * time.Minute).WithPolling(10 * time.Second).Should(Succeed())

0 commit comments

Comments
 (0)