Skip to content

Commit

Permalink
Merge pull request #129 from woowacourse-teams/be/infra/#127-set-quer…
Browse files Browse the repository at this point in the history
…y-db

[BE-INFRA] 쿼리 테스트 환경 구성
  • Loading branch information
jongmee authored Aug 2, 2024
2 parents 3854863 + e9f2cb8 commit 490bf00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/pokerogue/src/main/resources
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import org.springframework.test.context.ActiveProfiles;

@DataJpaTest
@ActiveProfiles("local-mysql")
@ActiveProfiles("test")
@AutoConfigureTestDatabase(replace = AutoConfigureTestDatabase.Replace.NONE)
public abstract class RepositoryTest {
}

0 comments on commit 490bf00

Please sign in to comment.