BAEL-8962 Fix surefire configs of twitterhdfs, spring cloud projects
- Surefire config fixes - pom fixes and standardization - test names standardization - added packaging pom at spring-cloud-bus and spring-cloud/spring-cloud-task level
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ import org.springframework.test.context.junit4.SpringRunner;
|
||||
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT)
|
||||
public class SpringMustacheApplicationTests {
|
||||
public class SpringMustacheApplicationIntegrationTest {
|
||||
|
||||
@Autowired
|
||||
private TestRestTemplate restTemplate;
|
||||
Reference in New Issue
Block a user