BAEL-8961 Fix surefire configs of spring-4, jasyptdemo, spring-boot logging and mvc, auth projects
- Renamed spring-cloud-security tests to *IntegrationTest as contextLoad was tested in these tests.
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ import com.baeldung.CloudSite;
|
||||
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest(classes = CloudSite.class)
|
||||
public class Springoath2ApplicationUnitTest {
|
||||
public class Springoath2ApplicationIntegrationTest {
|
||||
|
||||
@Test
|
||||
public void contextLoads() {
|
||||
Reference in New Issue
Block a user