Skip to content

Commit 0f4a178

Browse files
authored
Fix resource descriptor integration tests for Logging (#1323)
1 parent 8c9aca4 commit 0f4a178

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

google-cloud-examples/src/test/java/com/google/cloud/examples/logging/snippets/ITLoggingSnippets.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ public class ITLoggingSnippets {
4949
"app_script_function", "dataproc_cluster", "ml_job", "bigquery_resource", "container",
5050
"gke_cluster", "cloud_debugger_resource", "http_load_balancer", "aws_ec2_instance",
5151
"client_auth_config_brand", "client_auth_config_client", "logging_log", "logging_sink",
52-
"metric", "project", "testservice_matrix", "service_account", "deployment",
53-
"dns_managed_zone");
52+
"metric", "project", "testservice_matrix", "service_account", "deployment");
5453

5554
private static Logging logging;
5655
private static LoggingSnippets loggingSnippets;

google-cloud-logging/src/test/java/com/google/cloud/logging/BaseSystemTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ public abstract class BaseSystemTest {
6565
"app_script_function", "dataproc_cluster", "ml_job", "bigquery_resource", "container",
6666
"gke_cluster", "cloud_debugger_resource", "http_load_balancer", "aws_ec2_instance",
6767
"client_auth_config_brand", "client_auth_config_client", "logging_log", "logging_sink",
68-
"metric", "project", "testservice_matrix", "service_account", "deployment",
69-
"dns_managed_zone");
68+
"metric", "project", "testservice_matrix", "service_account", "deployment");
7069

7170
@Rule
7271
public ExpectedException thrown = ExpectedException.none();

0 commit comments

Comments
 (0)