Skip to content

Commit

Permalink
aling with ngsi test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Feb 7, 2024
1 parent 73ff3f3 commit edf7ee4
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
import javax.servlet.http.HttpServletRequest;
import org.apache.flume.Context;
import org.apache.flume.Event;
import org.apache.logging.log4j.Level;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.core.LoggerContext;
import org.apache.logging.log4j.core.config.Configuration;
import org.apache.logging.log4j.core.config.LoggerConfig;
import org.apache.flume.Context;
import org.apache.flume.Event;
import org.apache.log4j.Level;
import org.apache.log4j.LogManager;
import static org.junit.Assert.*; // this is required by "fail" like assertions
Expand Down

0 comments on commit edf7ee4

Please sign in to comment.