Skip to content

Commit

Permalink
Merge branch '4-쿠폰을-잘못-발급해서-일부-쿠폰은-바로-소멸시키고-새로운-쿠폰으로-교체하고-싶어졌음' of ht…
Browse files Browse the repository at this point in the history
…tps://github.com/this-is-spear/est-delivery into 4-쿠폰을-잘못-발급해서-일부-쿠폰은-바로-소멸시키고-새로운-쿠폰으로-교체하고-싶어졌음
  • Loading branch information
this-is-spear committed Jul 21, 2024
2 parents b5ad69b + 1d270e9 commit cbe1b47
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ import org.testcontainers.utility.DockerImageName
*/
@SpringBatchTest
@SpringBootTest
@Testcontainers
@Testcontainers(
disabledWithoutDocker = true
)
@ActiveProfiles("test")
class SpringBootInitializer {
companion object {
Expand Down

0 comments on commit cbe1b47

Please sign in to comment.