Skip to content

Commit 3e3eaa1

Browse files
committed
[#45] test: AuthController REST Docs 수정
1 parent d2f8183 commit 3e3eaa1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/com/nexters/teamace/auth/presentation/AuthControllerTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ void login_usernameBlank_fail() throws Exception {
127127
resource(
128128
ResourceSnippetParameters.builder()
129129
.tag("Auth")
130-
.description("로그인 - username 검증 실패")
130+
.description("로그인")
131131
.requestFields(
132132
fieldWithPath("username")
133133
.type(JsonFieldType.STRING)
@@ -262,7 +262,7 @@ void signup_usernameBlank_fail() throws Exception {
262262
resource(
263263
ResourceSnippetParameters.builder()
264264
.tag("Auth")
265-
.description("회원가입 - username 검증 실패")
265+
.description("회원가입")
266266
.requestFields(
267267
fieldWithPath("username")
268268
.type(JsonFieldType.STRING)
@@ -390,7 +390,7 @@ void refreshToken_tokenBlank_fail() throws Exception {
390390
resource(
391391
ResourceSnippetParameters.builder()
392392
.tag("Auth")
393-
.description("토큰 리프레시 - refreshToken 검증 실패")
393+
.description("토큰 리프레시")
394394
.requestFields(
395395
fieldWithPath("refreshToken")
396396
.type(JsonFieldType.STRING)

0 commit comments

Comments
 (0)