We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9834a3 commit 6b8e60cCopy full SHA for 6b8e60c
1 file changed
src/test/java/br/com/developers/controller/github/GithubControllerIntegrationTests.java
@@ -9,11 +9,13 @@
9
import org.springframework.beans.factory.annotation.Autowired;
10
import org.springframework.boot.test.context.SpringBootTest;
11
import org.springframework.http.MediaType;
12
+import org.springframework.test.context.ActiveProfiles;
13
import org.springframework.test.web.servlet.MockMvc;
14
import org.springframework.test.web.servlet.setup.MockMvcBuilders;
15
import org.springframework.web.context.WebApplicationContext;
16
17
@SpringBootTest
18
+@ActiveProfiles("staging")
19
class GithubControllerIntegrationTests {
20
21
private static final String QUALIFIER_USER = "muriloalvesdev";
0 commit comments