mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-15 08:39:38 +00:00
Fixed Typo In PetClinicIntegrationTests
This commit is contained in:
parent
702747f433
commit
60ddc68387
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ import org.springframework.samples.petclinic.vet.VetRepository;
|
||||||
import org.springframework.web.client.RestTemplate;
|
import org.springframework.web.client.RestTemplate;
|
||||||
|
|
||||||
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT)
|
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT)
|
||||||
class PetclinicIntegrationTests {
|
class PetClinicIntegrationTests {
|
||||||
|
|
||||||
@LocalServerPort
|
@LocalServerPort
|
||||||
int port;
|
int port;
|
Loading…
Reference in a new issue