Skip to content

Commit 6b8e60c

Browse files
author
muriloalvesdev
committed
activeprofiles staging in integrationTests
1 parent c9834a3 commit 6b8e60c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/br/com/developers/controller/github/GithubControllerIntegrationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@
99
import org.springframework.beans.factory.annotation.Autowired;
1010
import org.springframework.boot.test.context.SpringBootTest;
1111
import org.springframework.http.MediaType;
12+
import org.springframework.test.context.ActiveProfiles;
1213
import org.springframework.test.web.servlet.MockMvc;
1314
import org.springframework.test.web.servlet.setup.MockMvcBuilders;
1415
import org.springframework.web.context.WebApplicationContext;
1516

1617
@SpringBootTest
18+
@ActiveProfiles("staging")
1719
class GithubControllerIntegrationTests {
1820

1921
private static final String QUALIFIER_USER = "muriloalvesdev";

0 commit comments

Comments
 (0)