Skip to content

Commit a6dca60

Browse files
committed
remove testcontainers because it wasn't needed and caused "address already in used" errors
1 parent 635e9d8 commit a6dca60

2 files changed

Lines changed: 1 addition & 24 deletions

File tree

spring-boot/cache/src/test/java/io/reflectoring/cache/AbstractIntegrationTest.java

Lines changed: 0 additions & 22 deletions
This file was deleted.

spring-boot/cache/src/test/java/io/reflectoring/cache/rest/CarResourceClientCacheIntegrationTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33

44
import com.fasterxml.jackson.databind.ObjectMapper;
5-
import io.reflectoring.cache.AbstractIntegrationTest;
65
import org.junit.jupiter.api.Test;
76
import org.springframework.beans.factory.annotation.Autowired;
87
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
@@ -17,7 +16,7 @@
1716
@SpringBootTest
1817
@AutoConfigureMockMvc
1918
@ActiveProfiles("client")
20-
class CarResourceClientCacheIntegrationTest extends AbstractIntegrationTest {
19+
class CarResourceClientCacheIntegrationTest {
2120

2221
@Autowired
2322
private MockMvc mockMvc;

0 commit comments

Comments
 (0)