JAVA-4529: Rename some unit tests to integration tests
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ import java.io.IOException;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
||||
class PersonControllerUnitTest {
|
||||
class PersonControllerIntegrationTest {
|
||||
|
||||
@LocalServerPort
|
||||
int randomServerPort;
|
||||
Reference in New Issue
Block a user