Skip to content

Commit 645d13b

Browse files
committed
Merge branch 'master' into aman_tf_monitor_playbooks
2 parents 3d11d87 + 2c8ddb8 commit 645d13b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sumologic/resource_sumologic_cse_first_seen_rule_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
"testing"
88
"text/template"
99

10+
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/acctest"
1011
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1112
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
1213
"github.com/stretchr/testify/assert"
@@ -27,7 +28,7 @@ func TestAccSumologicCSEFirstSeenRule_createAndUpdate(t *testing.T) {
2728
FilterExpression: `objectType="Network"`,
2829
GroupByFields: []string{"user_username"},
2930
IsPrototype: false,
30-
Name: "FirstSeenRuleTerraformTest",
31+
Name: acctest.RandomWithPrefix("FirstSeenRuleTerraformTest"),
3132
NameExpression: "FirstSeenRuleTerraformTest - {{ user_username }}",
3233
RetentionWindowSize: "86400000",
3334
Severity: 1,

0 commit comments

Comments
 (0)