Skip to content

Commit fb4d6e0

Browse files
committed
Add unit test for policy with secrets
1 parent fe99b75 commit fb4d6e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/pkg/policy/parsed_policy_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ import (
1212
"encoding/json"
1313
"testing"
1414

15+
ftesting "github.com/elastic/fleet-server/v7/internal/pkg/testing"
16+
1517
"github.com/stretchr/testify/require"
1618

1719
"github.com/elastic/fleet-server/v7/internal/pkg/model"
18-
ftesting "github.com/elastic/fleet-server/v7/internal/pkg/testing"
1920
)
2021

2122
//go:embed testdata/test_policy.json

0 commit comments

Comments
 (0)