Update and rename HomeControllerUnitTest.java to HomeControllerIntegrationTest.java

This commit is contained in:
Loredana Crusoveanu 2019-02-20 20:28:02 +02:00 committed by GitHub
parent 2f9bc1b54a
commit e90b37f118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;