Merge pull request #14611 from GaetanoPiazzolla/JAVA-24249-fixtest
JAVA-24249 | Renamed test in LiveTest since it's using TestContainers.
This commit is contained in:
commit
08b5eda945
@ -21,7 +21,7 @@ import java.util.List;
|
|||||||
|
|
||||||
@Testcontainers
|
@Testcontainers
|
||||||
@SpringBootTest
|
@SpringBootTest
|
||||||
class OrderServiceIntegrationTest {
|
class OrderServiceLiveTest {
|
||||||
|
|
||||||
@Container
|
@Container
|
||||||
static MySQLContainer<?> mySQLContainer1 = new MySQLContainer<>("mysql:8.0.23")
|
static MySQLContainer<?> mySQLContainer1 = new MySQLContainer<>("mysql:8.0.23")
|
Loading…
x
Reference in New Issue
Block a user