[AAI-2537] [search-data-service] Update to springboot 2
[aai/search-data-service.git] / search-data-service-app / src / test / java / org / onap / aai / sa / rest / IndexApiTest.java
index ed84a7a..c90b989 100644 (file)
@@ -55,7 +55,7 @@ import org.springframework.test.web.servlet.MvcResult;
  */
 @RunWith(SpringRunner.class)
 @SpringBootTest
-@AutoConfigureMockMvc
+@AutoConfigureMockMvc(addFilters = false)
 public class IndexApiTest {
 
     private final String TOP_URI = "/test/indexes/";