File tree Expand file tree Collapse file tree
monitoring/cloud-client/src/test/java/com/example/monitoring Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ public void testListTimeSeriesAggregate() throws Exception {
108108 // Assert
109109 String got = bout .toString ();
110110 assertThat (got ).contains ("Got timeseries:" );
111- assertThat (got ).contains ("compute.googleapis.com/instance/cpu/utilizatio " );
111+ assertThat (got ).contains ("compute.googleapis.com/instance/cpu/utilization " );
112112 }
113113
114114 @ Test
@@ -122,7 +122,7 @@ public void testListTimeSeriesReduce() throws Exception {
122122 // Assert
123123 String got = bout .toString ();
124124 assertThat (got ).contains ("Got timeseries:" );
125- assertThat (got ).contains ("compute.googleapis.com/instance/cpu/utilizatio " );
125+ assertThat (got ).contains ("compute.googleapis.com/instance/cpu/utilization " );
126126 }
127127
128128 @ Test
You can’t perform that action at this time.
0 commit comments