Skip to content

Commit

Permalink
fix: FiestaApplicationTests 에 profiles 정보 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
punchdrunkard committed Aug 6, 2024
1 parent 6ea21b7 commit ffb7505
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ spring:
hibernate:
format_sql: true
hibernate:
ddl-auto: update
ddl-auto: none
2 changes: 2 additions & 0 deletions src/test/java/com/odiga/fiesta/FiestaApplicationTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ActiveProfiles;

@ActiveProfiles("test")
@SpringBootTest
class FiestaApplicationTests {

Expand Down

0 comments on commit ffb7505

Please sign in to comment.