Merge pull request #6386 from eugenp/lor6-patch-3
Update and rename HomeControllerUnitTest.java to HomeControllerIntegr…
This commit is contained in:
commit
86c0187634
|
@ -13,7 +13,7 @@ import org.springframework.test.context.junit4.SpringRunner;
|
|||
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT, classes = SpringBootSecurityTagLibsApplication.class)
|
||||
public class HomeControllerUnitTest {
|
||||
public class HomeControllerIntegrationTest {
|
||||
|
||||
@Autowired
|
||||
private TestRestTemplate restTemplate;
|
Loading…
Reference in New Issue