Skip to content

Commit 19f05d2

Browse files
committed
Fix failing test
1 parent 1d70622 commit 19f05d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sumologic/resource_sumologic_cse_rule_tuning_expression_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func TestAccSumologicSCERuleTuningExpression_create(t *testing.T) {
1717
var ruleTuningExpression CSERuleTuningExpression
1818
nName := acctest.RandomWithPrefix("New Rule Tuning Name")
1919
nDescription := "New Rule Tuning Description"
20-
nExpression := "expression"
20+
nExpression := "accountId = 1234"
2121
nEnabled := true
2222
nExclude := true
2323
nIsGlobal := false

0 commit comments

Comments
 (0)