Skip to content

[Test] 배달비정책 API test#212

Merged
isak-kang merged 1 commit into
developfrom
test/#210-delivery-policy-test
Oct 28, 2025
Merged

[Test] 배달비정책 API test#212
isak-kang merged 1 commit into
developfrom
test/#210-delivery-policy-test

Conversation

@isak-kang

@isak-kang isak-kang commented Oct 26, 2025

Copy link
Copy Markdown
Contributor

🛠️ Issue Number

closes #210

📌 작업 내용 및 특이사항

DeliveryPolicy API Test

  • 배송비 정책 생성 API 테스트 (POST /delivery-policies)

    • 기본 배송비 음수 입력 시 실패

    • 최소 주문 수량 1 미만 입력 시 실패

    • 최소 주문 금액 0 미만 입력 시 실패

  • 배송비 정책 조회 API 테스트 (GET /delivery-policies/{id})

  • 배송비 정책 수정 API 테스트 (PATCH /delivery-policies/{id})

  • 배송비 정책 삭제 API 테스트 (DELETE /delivery-policies/{id})

📚 참고사항

@isak-kang isak-kang added this to the Sprint 3 milestone Oct 26, 2025
@isak-kang isak-kang self-assigned this Oct 26, 2025
@isak-kang isak-kang added the ✅ test 테스트를 작성, 또는 수정합니다. label Oct 26, 2025
@isak-kang isak-kang linked an issue Oct 26, 2025 that may be closed by this pull request

@willjsw willjsw left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM

@isak-kang
isak-kang merged commit 7cb6427 into develop Oct 28, 2025
1 check passed
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.

[Test]Delivery Policy API Test

2 participants