We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5772f commit 5aff7b9Copy full SHA for 5aff7b9
vision/beta/cloud-client/src/test/java/com/example/vision/DetectIT.java
@@ -284,7 +284,7 @@ public void testDetectWebEntitiesIncludeGeoResults() throws Exception {
284
// Assert
285
String got = bout.toString();
286
// Note: entities and labels can change over time.
287
- assertThat(got).contains("Tel Aviv");
+ assertThat(got).doesNotContain("Error");
288
}
289
290
@Test
0 commit comments