We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d513b commit c603027Copy full SHA for c603027
vision/beta/cloud-client/src/test/java/com/example/vision/DetectIT.java
@@ -283,7 +283,8 @@ public void testDetectWebEntitiesIncludeGeoResults() throws Exception {
283
284
// Assert
285
String got = bout.toString();
286
- assertThat(got).contains("Zepra");
+ // Note: entities and labels can change over time.
287
+ assertThat(got).contains("Tel Aviv");
288
}
289
290
@Test
0 commit comments