@@ -62,11 +62,11 @@ public abstract class BaseSystemTest {
6262
6363 private static final Set <String > DESCRIPTOR_TYPES = ImmutableSet .of ("gce_instance" , "gae_app" ,
6464 "cloudsql_database" , "api" , "gcs_bucket" , "global" , "dataflow_step" , "build" ,
65- "app_script_function" , "dataproc_cluster" , "ml_job" , "bigquery_resource" ,
66- "crm_iam_policy_check " , "container " , "gke_cluster " , "cloud_debugger_resource " ,
67- "http_load_balancer " , "aws_ec2_instance " , "client_auth_config_brand " ,
68- "client_auth_config_client " , "logging_log " , "logging_sink " , "metric " , "project " ,
69- "testservice_matrix" , "service_account" , "deployment" , " dns_managed_zone" );
65+ "app_script_function" , "dataproc_cluster" , "ml_job" , "bigquery_resource" , "container" ,
66+ "gke_cluster " , "cloud_debugger_resource " , "http_load_balancer " , "aws_ec2_instance " ,
67+ "client_auth_config_brand " , "client_auth_config_client " , "logging_log" , "logging_sink " ,
68+ "metric " , "project " , "testservice_matrix " , "service_account " , "deployment " ,
69+ "dns_managed_zone" );
7070
7171 @ Rule
7272 public ExpectedException thrown = ExpectedException .none ();
0 commit comments