Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kfaraz committed Dec 4, 2023
1 parent 0d88e64 commit 23c2939
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import com.fasterxml.jackson.databind.ObjectMapper;
import org.apache.druid.audit.AuditEvent;
import org.apache.druid.audit.AuditInfo;
import org.apache.druid.common.config.ConfigSerde;
import org.apache.druid.jackson.DefaultObjectMapper;
import org.apache.druid.java.util.common.DateTimes;
import org.apache.druid.java.util.common.Intervals;
Expand All @@ -38,7 +37,6 @@
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mockito;
import org.mockito.junit.MockitoJUnitRunner;

import java.io.IOException;
Expand Down Expand Up @@ -290,7 +288,6 @@ public long getMaxPayloadSizeBytes()
@Test(timeout = 60_000L)
public void testCreateAuditEntryWithSkipNullsInPayload() throws IOException
{
final ConfigSerde<Map<String, String>> mockConfigSerde = Mockito.mock(ConfigSerde.class);
final SQLAuditManager auditManagerSkipNull = createAuditManager(
new SQLAuditManagerConfig()
{
Expand Down

0 comments on commit 23c2939

Please sign in to comment.