Skip to content

Commit 048dd52

Browse files
committed
Adding filter in tests
1 parent efde407 commit 048dd52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sumologic/resource_sumologic_gcp_metrics_source_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,11 @@ func testAccSumologicGcpMetricsSourceConfig(t *testing.T, cName, cDescription, c
220220
scan_interval = 300000
221221
paused = false
222222
collector_id = "${sumologic_collector.test.id}"
223+
filters {
224+
name = "Exclude Comments"
225+
filter_type = "Exclude"
226+
regexp = "#.*"
227+
}
223228
authentication {
224229
type = "%s"
225230
project_id = "%s"

0 commit comments

Comments
 (0)