We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e961109 commit fa0bdd7Copy full SHA for fa0bdd7
modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/CefProcessorTests.java
@@ -11,7 +11,6 @@
11
12
import org.elasticsearch.ingest.IngestDocument;
13
import org.elasticsearch.test.ESTestCase;
14
-import org.junit.Before;
15
16
import java.time.Instant;
17
import java.time.ZoneId;
@@ -28,11 +27,6 @@ public class CefProcessorTests extends ESTestCase {
28
27
29
private IngestDocument document;
30
31
- @Before
32
- public void setUp() throws Exception {
33
- super.setUp();
34
- }
35
-
36
public void testExecute() {
37
Map<String, Object> source = new HashMap<>();
38
String message = "CEF:0|Elastic|Vaporware|1.0.0-alpha|18|Web request|low|eventId=3457 requestMethod=POST "
0 commit comments