test: UserApiTest에 AuthUtil에서의 반환타입 변경사항 반영

This commit is contained in:
이상진 2025-09-18 15:42:47 +09:00
parent 4a30cc8c14
commit 638df9f110

View File

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