Skip to content

Commit fa0bdd7

Browse files
committed
Drop this setUp method
1 parent e961109 commit fa0bdd7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/CefProcessorTests.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
import org.elasticsearch.ingest.IngestDocument;
1313
import org.elasticsearch.test.ESTestCase;
14-
import org.junit.Before;
1514

1615
import java.time.Instant;
1716
import java.time.ZoneId;
@@ -28,11 +27,6 @@ public class CefProcessorTests extends ESTestCase {
2827

2928
private IngestDocument document;
3029

31-
@Before
32-
public void setUp() throws Exception {
33-
super.setUp();
34-
}
35-
3630
public void testExecute() {
3731
Map<String, Object> source = new HashMap<>();
3832
String message = "CEF:0|Elastic|Vaporware|1.0.0-alpha|18|Web request|low|eventId=3457 requestMethod=POST "

0 commit comments

Comments
 (0)