We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06e457 commit bdb9c63Copy full SHA for bdb9c63
sumologic/resource_sumologic_cse_outlier_rule_test.go
@@ -15,7 +15,7 @@ func TestAccSumologicCSEOutlierRule_createAndUpdate(t *testing.T) {
15
SkipCseTest(t)
16
17
var payload = CSEOutlierRule{
18
- AggregationFunctions: []AggregationFunction{{Name: "total", Function: "count", Arguments: []string{"true"}}},
+ AggregationFunctions: []AggregationFunction{{Name: "current", Function: "count", Arguments: []string{"true"}}},
19
BaselineWindowSize: "604800000",
20
DescriptionExpression: "OutlierRuleTerraformTest - {{ user_username }}",
21
Enabled: true,
0 commit comments