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

[PDS-171/test] 회의실 목록조회 실패 case 테스트 코드 구현 #228

Merged
merged 1 commit into from
Nov 25, 2023

Conversation

leeseunghakhello
Copy link
Contributor

@leeseunghakhello leeseunghakhello commented Nov 24, 2023

✈️ 지라 티켓

  • PDS-171 회의실 목록조회 실패 case 테스트 코드 구현

👾 작업 내용


📸 스크린샷

스크린샷 2023-11-24 오후 3 21 47 스크린샷 2023-11-24 오후 3 22 07 스크린샷 2023-11-24 오후 3 25 00

🎸 기타 사항

@leeseunghakhello leeseunghakhello added the 📝 Test 테스트 코드를 작성해요 ! label Nov 24, 2023
@leeseunghakhello leeseunghakhello self-assigned this Nov 24, 2023
@leeseunghakhello leeseunghakhello requested a review from a team as a code owner November 24, 2023 06:25
@leeseunghakhello leeseunghakhello requested review from psyeon1120, dangnak2, sojungpp and chaerlo127 and removed request for a team November 24, 2023 06:25
Copy link

sonarcloud bot commented Nov 24, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Comment on lines +59 to +64
mockMvc.perform(get("/offices")
.param("date", date.toString())
.param("facilityName", facilityName)
.contentType(MediaType.APPLICATION_JSON))
.andDo(print())
.andExpect(status().isBadRequest());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오호 -

Copy link
Contributor

@dangnak2 dangnak2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다!

@dangnak2 dangnak2 merged commit 33cbf6d into develop Nov 25, 2023
2 checks passed
@sojungpp sojungpp deleted the test/PDS-171-getOffice-failCase branch November 25, 2023 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📝 Test 테스트 코드를 작성해요 !
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants