Skip to content

Commit

Permalink
MATE-90 : [CHORE] MateApplicationTests 클래스 어노테이션 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hongjeZZ committed Dec 6, 2024
1 parent c73e2ea commit 1533e73
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/test/java/com/example/mate/MateApplicationTests.java
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
package com.example.mate;

import com.example.mate.domain.auth.config.OAuthConfig;
import org.junit.jupiter.api.Test;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ActiveProfiles;

@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)
@SpringBootTest
@ActiveProfiles("test")
class MateApplicationTests {

Expand Down

0 comments on commit 1533e73

Please sign in to comment.