Skip to content

Commit b092262

Browse files
committed
nit
1 parent 00e30dd commit b092262

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sumologic/resource_sumologic_cse_match_list_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ func TestAccSumologicSCEMatchList_createAndUpdate(t *testing.T) {
5252
},
5353
// Updates the match list and its 1 match list item
5454
{
55-
Config: testCreateCSEMatchListConfig(uDefaultTtl, uDescription, nName, nTargetColumn, liDescription, uliExpiration, liValue, liCount),
55+
Config: testCreateCSEMatchListConfig(uDefaultTtl, uDescription, nName, nTargetColumn, liDescription, liExpiration, liValue, liCount),
5656
Check: resource.ComposeTestCheckFunc(
5757
testCheckCSEMatchListExists(resourceName, &matchList),
5858
testCheckMatchListValues(&matchList, uDefaultTtl, uDescription, nName, nTargetColumn),
59-
testCheckMatchListItemsValuesAndCount(resourceName, liDescription, uliExpiration, liValue, liCount),
59+
testCheckMatchListItemsValuesAndCount(resourceName, liDescription, liExpiration, liValue, liCount),
6060
resource.TestCheckResourceAttrSet(resourceName, "id"),
6161
),
6262
},

0 commit comments

Comments
 (0)