Unused import in test.

This commit is contained in:
Michael W Spalti
2021-10-20 15:38:55 -07:00
parent c7c04db576
commit 33966cc4cb

View File

@@ -34,7 +34,6 @@ import org.dspace.content.service.ItemService;
import org.dspace.eperson.EPerson;
import org.dspace.eperson.Group;
import org.hamcrest.Matchers;
import org.junit.Before;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
@@ -45,7 +44,6 @@ public class IIIFControllerIT extends AbstractControllerIntegrationTest {
@Autowired
ItemService itemService;
@Test
public void disabledTest() throws Exception {
context.turnOffAuthorisationSystem();