Skip to content

Commit 8dce4e4

Browse files
committed
run 'make fix-golangci-lint'
Signed-off-by: Tim Ramlot <[email protected]>
1 parent f4483db commit 8dce4e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/internal/cyberark/servicediscovery/discovery_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package servicediscovery
33
import (
44
"context"
55
"crypto/rand"
6-
_ "embed"
76
"encoding/hex"
87
"encoding/json"
98
"fmt"
@@ -13,6 +12,8 @@ import (
1312
"testing"
1413

1514
"github.com/jetstack/preflight/pkg/version"
15+
16+
_ "embed"
1617
)
1718

1819
//go:embed testdata/discovery_success.json

0 commit comments

Comments
 (0)