Skip to content

Commit

Permalink
fix: delete unnecessary annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
seokwns committed Oct 1, 2023
1 parent 17e162f commit 7a1dd76
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.context.annotation.Import;
import org.springframework.test.context.ActiveProfiles;
import org.springframework.test.context.jdbc.Sql;
import org.springframework.test.web.servlet.MockMvc;
import org.springframework.test.web.servlet.ResultActions;
Expand All @@ -21,7 +20,6 @@
SecurityConfig.class
})
@Sql("classpath:/db/teardown.sql")
@ActiveProfiles("test")
@AutoConfigureMockMvc
@SpringBootTest
public class PortfolioControllerTest {
Expand Down

0 comments on commit 7a1dd76

Please sign in to comment.