-
Notifications
You must be signed in to change notification settings - Fork 1
✨ feat: 상세 모달 데이터 조회 API 구현, 페이지네이션에서 tag 정보를 반환하도록 수정 #48
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다! 오류 하나 발견해서 고쳐주시면 감사하겠습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인했습니다!
고생하셨어요~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!
🔨 테스크
ACL 문제
부끄러운 말이지만, 그 동안 로컬 환경에서 Nest API 서버의 테스트를 돌려본 적이 없었다.
그래서 환경변수가 있으면 ACL 인증을 시도하려다가 test container에는 .env가 없어서 터지는 문제를 이제야 확인할 수 있었다.
이 부분은 성윤님 도움을 받아서, 문제를 구체화할 수 있었다.
integration-test-global-setup.ts에서 username과 password를 빈 문자열로 설정하여 ACL 인증을 건너뛰도록 설정했다.📋 작업 내용
📷 스크린 샷
상세 모달 데이터 조회 API 응답 형식 확인

페이지네이션 API 응답 형식 확인

테스트 동작
