assertThat(argument.getValue()).onProperty("key").containsOnly("search", "web");
}
@Test
public void do_not_start_tomcat_if_elasticsearch_slave() throws Exception {
Monitor monitor = mock(Monitor.class);
App app = new App(monitor);
Props props = initDefaultProps();
props.set("sonar.cluster.masterHost", "1.2.3.4");
app.start(props);