Skip to content

Commit 7c9e9df

Browse files
DET-374: Add first seen rule resource import test.
1 parent 9db0d66 commit 7c9e9df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sumologic/resource_sumologic_cse_first_seen_rule_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ func TestAccSumologicCSEFirstSeenRule_createAndUpdate(t *testing.T) {
5959
testCheckFirstSeenRuleValues(t, &updatedPayload, &result),
6060
),
6161
},
62+
{
63+
ResourceName: resourceName,
64+
ImportState: true,
65+
ImportStateVerify: true,
66+
},
6267
},
6368
})
6469
}

0 commit comments

Comments
 (0)