Skip to content

Commit 38333e1

Browse files
gguusslesv
authored andcommitted
samples: IoT MQTT Tests (#966)
* Adds MQTT device tests and example of configuration retrieval * Fixes compilation * Changes RSA certs to not expire, updates manager with setConfig, adds tests. * Updates MQTT client dependency to use latest version from Maven central. * Removes unused scripts and updates sample quickstart instructions. * Updates flaky tests in vision beta.
1 parent ba5e01f commit 38333e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vision/snippets/src/test/java/com/example/vision/DetectIT.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,8 @@ public void testDetectWebEntitiesIncludeGeoResults() throws Exception {
283283

284284
// Assert
285285
String got = bout.toString();
286-
assertThat(got).contains("Zepra");
286+
// Note: entities and labels can change over time.
287+
assertThat(got).contains("Tel Aviv");
287288
}
288289

289290
@Test

0 commit comments

Comments
 (0)