Remove unused import from test

This commit is contained in:
Soby Chacko
2023-09-19 19:18:07 -04:00
parent 531c071d6f
commit 43ce33cc08

View File

@@ -23,7 +23,6 @@ import com.fasterxml.jackson.databind.ObjectMapper;
import jakarta.servlet.http.HttpServletRequest;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;