Skip to content

Commit

Permalink
@DirtiesContext
Browse files Browse the repository at this point in the history
  • Loading branch information
mspector committed Sep 26, 2024
1 parent e5e225e commit 485a29c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import java.util.UUID;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ValueSource;
import org.springframework.test.annotation.DirtiesContext;
import org.springframework.test.context.ActiveProfiles;
import org.springframework.test.web.servlet.MvcResult;

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

Expand Down

0 comments on commit 485a29c

Please sign in to comment.