We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241c07e commit 2c29905Copy full SHA for 2c29905
internal/service/guardduty/guardduty_test.go
@@ -11,6 +11,7 @@ func TestAccGuardDuty_serial(t *testing.T) {
11
"basic": testAccDetector_basic,
12
"datasources_s3logs": testAccDetector_datasources_s3logs,
13
"datasources_kubernetes_audit_logs": testAccDetector_datasources_kubernetes_audit_logs,
14
+ "datasources_malware_protection": testAccDetector_datasources_malware_protection,
15
"datasources_all": testAccDetector_datasources_all,
16
"tags": testAccDetector_tags,
17
"datasource_basic": testAccDetectorDataSource_basic,
0 commit comments