diff --git a/src/app/service/auth/auth.service_test.go b/src/app/service/auth/auth.service_test.go index ec5a998..08fc0f9 100644 --- a/src/app/service/auth/auth.service_test.go +++ b/src/app/service/auth/auth.service_test.go @@ -586,7 +586,7 @@ func (t *AuthServiceTest) TestRefreshTokenUnknownError() { protoErr := errors.New("Unknown error") expected := &dto.ResponseErr{ - StatusCode: http.StatusBadRequest, + StatusCode: http.StatusInternalServerError, Message: constant.InternalErrorMessage, Data: nil, }