Skip to content

Commit

Permalink
samples: IoT MQTT Tests (#966)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
gguuss authored and lesv committed Dec 22, 2017
1 parent ba5e01f commit 38333e1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ public void testDetectWebEntitiesIncludeGeoResults() throws Exception {

// Assert
String got = bout.toString();
assertThat(got).contains("Zepra");
// Note: entities and labels can change over time.
assertThat(got).contains("Tel Aviv");
}

@Test
Expand Down

0 comments on commit 38333e1

Please sign in to comment.