generated from pricelees/issue-pr-template
test: UserApiTest에 AuthUtil에서의 반환타입 변경사항 반영
This commit is contained in:
parent
4a30cc8c14
commit
638df9f110
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user