Skip to content

Commit

Permalink
Update Integration Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
barcellos-pedro committed Feb 8, 2024
1 parent 3948191 commit a110b39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/test/java/com/pedro/rest/RestApplicationTests.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package com.pedro.rest;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ActiveProfiles;

import static org.junit.jupiter.api.Assertions.assertNotNull;

@SpringBootTest
@Disabled
@ActiveProfiles("test")
class RestApplicationTests {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.hateoas.MediaTypes;
import org.springframework.http.MediaType;
import org.springframework.test.context.ActiveProfiles;
import org.springframework.test.web.servlet.MockMvc;
import org.springframework.test.web.servlet.setup.MockMvcBuilders;

Expand All @@ -23,7 +24,7 @@

@SpringBootTest
@AutoConfigureMockMvc
@Disabled
@ActiveProfiles("test")
class EmployeeControllerTest {

@Autowired
Expand Down

0 comments on commit a110b39

Please sign in to comment.