Skip to content

Commit

Permalink
Chore: Test용 application yml 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Taejin1221 committed Sep 3, 2024
1 parent 0a701cc commit 87b5a66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,4 @@ gradle-app.setting
oauth.yml
database.yml
jwt.yml
application-test.yml
2 changes: 2 additions & 0 deletions src/test/java/kaboo/kaboo_auth/KabooAuthApplicationTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

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

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

@Test
Expand Down
18 changes: 0 additions & 18 deletions src/test/resources/application.yml

This file was deleted.

0 comments on commit 87b5a66

Please sign in to comment.