.path(URL_QUERIES)
.addQueryParameter("queries", numberOfQueries + ""))
.contentTypeApplicationJson());
// Just make sure that we get back an array
assertThat(response.payloadAs(World[].class).length, is(numberOfQueries));
}
@Test
public void testUpdates() {