Added test.

This commit is contained in:
Facundo Villa 2024-02-29 09:35:18 -03:00
parent 4148fc9eb3
commit 5d78f18bf7

View file

@ -49,6 +49,11 @@ public class PetClinicIntegrationTests {
vets.findAll(); // served from cache
}
@Test
void contextLoads() {
assertEquals(2, 1);
}
@Test
void testOwnerDetails() {
RestTemplate template = builder.rootUri("http://localhost:" + port).build();