-
Notifications
You must be signed in to change notification settings - Fork 7
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
TagControllerTest 작성 #775
TagControllerTest 작성 #775
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.
역시 멋져 몰리
역멋몰👍
mvc.perform(get("/tags") | ||
.param("memberId", "1")) |
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.
mvc.perform(get("/tags") | |
.param("memberId", "1")) | |
mvc.perform(get("/tags").param("memberId", "1")) |
이거 붙이는거 살짝 별론가요?
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.
다른 요청들이랑 일관성이 있어야 할 것 같은데 그러면 post도 붙일까요?
저는 둘 다 상관없어서 괜찮은 거 말해주심 반영할게욥~
mvc.perform(post("/templates").contentType(MediaType.APPLICATION_JSON)
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.
흠 잡을 곳이 없음이네요.
⚡️ 관련 이슈
close #767
📍주요 변경 사항
GET /tags
API