We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411bab1 commit d083621Copy full SHA for d083621
compute/cloud-client/src/test/java/compute/SnippetsIT.java
@@ -231,7 +231,7 @@ public void testListAllInstances() throws IOException {
231
@Test
232
public void testDeleteInstance() throws IOException, InterruptedException, ExecutionException {
233
compute.DeleteInstance.deleteInstance(PROJECT_ID, ZONE, MACHINE_NAME_DELETE);
234
- assertThat(stdOut.toString()).contains("Operation Status: DONE");
+ assertThat(stdOut.toString()).contains("Operation Status for instance " + MACHINE_NAME_DELETE + ": DONE");
235
}
236
237
0 commit comments