There was an error while loading. Please reload this page.
1 parent 6a03eb7 commit 72b5f0eCopy full SHA for 72b5f0e
1 file changed
plugins/processors/awsapplicationsignals/processor_test.go
@@ -15,10 +15,11 @@ import (
15
"go.uber.org/zap"
16
"golang.org/x/exp/rand"
17
18
+ "github.com/stretchr/testify/assert"
19
+
20
"github.com/aws/amazon-cloudwatch-agent/plugins/processors/awsapplicationsignals/common"
21
"github.com/aws/amazon-cloudwatch-agent/plugins/processors/awsapplicationsignals/config"
22
"github.com/aws/amazon-cloudwatch-agent/plugins/processors/awsapplicationsignals/rules"
- "github.com/stretchr/testify/assert"
23
)
24
25
var testRules = []rules.Rule{
0 commit comments