Skip to content

Commit b8e1e20

Browse files
INVS-2114: Revert test string change.
1 parent 56288c6 commit b8e1e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sumologic/resource_sumologic_cse_match_list_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func TestAccSumologicSCEMatchList_createAndUpdate(t *testing.T) {
1717
resourceName := "sumologic_cse_match_list.match_list"
1818

1919
// Create values
20-
nName := fmt.Sprintf("Terraform Test Match List For Loop %s", uuid.New())
20+
nName := fmt.Sprintf("Terraform Test Match List Loop %s", uuid.New())
2121
nDefaultTtl := 10800
2222
nDescription := "Match List Description"
2323
nTargetColumn := "SrcIp"

0 commit comments

Comments
 (0)