fix: 어드민 사장님 페이지네이션 수정 #182
Annotations
1 error and 2 warnings
AdminUserApiTest.관리자가 가입 신청한 사장님 리스트 조회한다.:
src/test/java/in/koreatech/koin/admin/acceptance/AdminUserApiTest.java#L590
org.opentest4j.AssertionFailedError:
expected:
{"current_count"=2, "current_page"=1, "owners"=[{"created_at"="2024-01-15 12:00:00", "email"="testchulsu@gmail.com", "id"=1, "name"="테스트용_철수(인증X)", "phone_number"="01097765112", "shop_id"=1, "shop_name"="마슬랜 치킨"},
{"created_at"="2024-01-15 12:00:00", "email"="testchulsu@gmail.com", "id"=1, "name"="테스트용_철수(인증X)", "phone_number"="01097765112", "shop_id"=2, "shop_name"="신전 떡볶이"}], "total_count"=2, "total_page"=1}
but was:
{"current_count"=1, "current_page"=1, "owners"=[{"created_at"="2024-01-15 12:00:00", "email"="testchulsu@gmail.com", "id"=1, "name"="테스트용_철수(인증X)", "phone_number"="01097765112", "shop_id"=null, "shop_name"=null}], "total_count"=1, "total_page"=1}
|
pr-labeler
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: TimonVS/pr-labeler-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
관리자가 가입 신청한 사장님 리스트 조회한다. (in.koreatech.koin.admin.acceptance.AdminUserApiTest) failed:
in.koreatech.koin.admin.acceptance.AdminUserApiTest#L0
build/test-results/test/TEST-in.koreatech.koin.admin.acceptance.AdminUserApiTest.xml
|