test: removed test logging
Original commit: elastic/x-pack-elasticsearch@9ce8f5e7d8
This commit is contained in:
parent
1e5d2cac11
commit
288274c3c2
|
@ -80,7 +80,6 @@ public class WatchMetadataTests extends AbstractWatcherIntegrationTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestLogging("watcher:TRACE")
|
|
||||||
public void testWatchMetadataAvailableAtExecution() throws Exception {
|
public void testWatchMetadataAvailableAtExecution() throws Exception {
|
||||||
Map<String, Object> metadata = new HashMap<>();
|
Map<String, Object> metadata = new HashMap<>();
|
||||||
metadata.put("foo", "bar");
|
metadata.put("foo", "bar");
|
||||||
|
|
Loading…
Reference in New Issue