We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe99b75 commit fb4d6e0Copy full SHA for fb4d6e0
internal/pkg/policy/parsed_policy_test.go
@@ -12,10 +12,11 @@ import (
12
"encoding/json"
13
"testing"
14
15
+ ftesting "github.com/elastic/fleet-server/v7/internal/pkg/testing"
16
+
17
"github.com/stretchr/testify/require"
18
19
"github.com/elastic/fleet-server/v7/internal/pkg/model"
- ftesting "github.com/elastic/fleet-server/v7/internal/pkg/testing"
20
)
21
22
//go:embed testdata/test_policy.json
0 commit comments