Skip to content

Commit

Permalink
Fix resource descriptor integration tests for Logging (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
mziccard authored Oct 20, 2016
1 parent 8c9aca4 commit 0f4a178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ public class ITLoggingSnippets {
"app_script_function", "dataproc_cluster", "ml_job", "bigquery_resource", "container",
"gke_cluster", "cloud_debugger_resource", "http_load_balancer", "aws_ec2_instance",
"client_auth_config_brand", "client_auth_config_client", "logging_log", "logging_sink",
"metric", "project", "testservice_matrix", "service_account", "deployment",
"dns_managed_zone");
"metric", "project", "testservice_matrix", "service_account", "deployment");

private static Logging logging;
private static LoggingSnippets loggingSnippets;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ public abstract class BaseSystemTest {
"app_script_function", "dataproc_cluster", "ml_job", "bigquery_resource", "container",
"gke_cluster", "cloud_debugger_resource", "http_load_balancer", "aws_ec2_instance",
"client_auth_config_brand", "client_auth_config_client", "logging_log", "logging_sink",
"metric", "project", "testservice_matrix", "service_account", "deployment",
"dns_managed_zone");
"metric", "project", "testservice_matrix", "service_account", "deployment");

@Rule
public ExpectedException thrown = ExpectedException.none();
Expand Down

0 comments on commit 0f4a178

Please sign in to comment.