Skip to content

Commit bdb9c63

Browse files
author
Pedro Montiel
committed
TRIDENT-17576: last test fix
1 parent e06e457 commit bdb9c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sumologic/resource_sumologic_cse_outlier_rule_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func TestAccSumologicCSEOutlierRule_createAndUpdate(t *testing.T) {
1515
SkipCseTest(t)
1616

1717
var payload = CSEOutlierRule{
18-
AggregationFunctions: []AggregationFunction{{Name: "total", Function: "count", Arguments: []string{"true"}}},
18+
AggregationFunctions: []AggregationFunction{{Name: "current", Function: "count", Arguments: []string{"true"}}},
1919
BaselineWindowSize: "604800000",
2020
DescriptionExpression: "OutlierRuleTerraformTest - {{ user_username }}",
2121
Enabled: true,

0 commit comments

Comments
 (0)