[#44] 매장 기능 도입 #45

Merged
pricelees merged 116 commits from feat/#44 into main 2025-09-20 03:15:06 +00:00
Showing only changes of commit 638df9f110 - Show all commits

View File

@ -145,7 +145,7 @@ class UserApiTest(
test("관리자") {
runExceptionTest(
token = testAuthUtil.defaultStoreAdminLogin(),
token = testAuthUtil.defaultStoreAdminLogin().second,
method = HttpMethod.GET,
endpoint = endpoint,
expectedErrorCode = AuthErrorCode.ACCESS_DENIED