Skip to content

Commit

Permalink
@DirtiesContext is unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
mspector committed Sep 27, 2024
1 parent b0832e3 commit 4f13e2d
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.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ValueSource;
import org.springframework.boot.test.mock.mockito.MockBean;
import org.springframework.test.annotation.DirtiesContext;
import org.springframework.test.context.ActiveProfiles;
import org.springframework.test.web.servlet.MvcResult;

Expand All @@ -24,7 +23,6 @@
@ActiveProfiles(
value = {"data-plane"},
inheritProfiles = false)
@DirtiesContext
class CorsLiveMockMvcTest extends MockMvcTestBase {
private static final String versionId = "v0.2";

Expand Down

0 comments on commit 4f13e2d

Please sign in to comment.