Skip to content

Commit

Permalink
MATE-90 : [CHORE] deploy.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jooinjoo committed Dec 6, 2024
1 parent 978d265 commit c73e2ea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/test/java/com/example/mate/MateApplicationTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ActiveProfiles;

@SpringBootTest
@SpringBootTest(properties = {
"jwt.secret_key=testsecretkey12345678901234567890",
"oauth.naver.client-id=test_client_id",
"oauth.naver.redirect-uri=http://localhost:8080/callback",
"oauth.naver.client-secret=test_client_secret",
"openweather.api.key=test_api_key"
})
@EnableConfigurationProperties(OAuthConfig.class)
@ActiveProfiles("test")
class MateApplicationTests {
Expand Down

0 comments on commit c73e2ea

Please sign in to comment.