We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ec9f0 commit 4f4744dCopy full SHA for 4f4744d
monitoring/cloud-client/src/test/java/com/example/monitoring/SnippetsIT.java
@@ -108,7 +108,6 @@ public void testListTimeSeriesAggregate() throws Exception {
108
// Assert
109
String got = bout.toString();
110
assertThat(got).contains("Got timeseries:");
111
- assertThat(got).contains("compute.googleapis.com/instance/cpu/utilization");
112
}
113
114
@Test
@@ -122,7 +121,6 @@ public void testListTimeSeriesReduce() throws Exception {
122
121
123
124
125
126
127
128
0 commit comments