Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#424 [test] 글모임 도메인 컨트롤러 단위테스트 코드 작성 #425

Merged
merged 4 commits into from
Jul 7, 2024

Conversation

sohyundoh
Copy link
Member

@sohyundoh sohyundoh commented Jul 7, 2024

✒️ 관련 이슈번호

Key Changes 🔑

  1. 글모임 컨트롤러에 대한 인수(단위)테스트를 작성하였습니다.
    테스트 메서드 중 a, b ,z 가 되어있는 메서드가 있는데, 이는 먼저 혹은 나중에 실행되어야 하는 메서드로 순서를 지정해주기 위해 이와 같이 진행했습니다.

  2. 테스트를 작성하다가 request에 있는 글자수 제한 문제를 발견해서 수정했습니다.

  3. 기존에 있던 security를 제거했기 때문에 기존 테스트 코드에서 인증 방식을 수정했습니다.

To Reviewers 📢

@sohyundoh sohyundoh added the high label Jul 7, 2024
@sohyundoh sohyundoh requested a review from parkheeddong July 7, 2024 14:15
@sohyundoh sohyundoh self-assigned this Jul 7, 2024
@sohyundoh sohyundoh merged commit 2afb172 into develop Jul 7, 2024
1 check passed
@sohyundoh sohyundoh deleted the test/#424 branch July 7, 2024 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[test] Moim 도메인 테스트 코드 작성
1 participant