# 需要导入模块: from django.test import RequestFactory [as 别名]# 或者: from django.test.RequestFactory importauth[as 别名]deftest_has_permission(self, authentication_class, jwt_scopes, required_scopes, expected_result):request = RequestFactory().get('/') request.successful_authenticator = authen...
Field factory in org.jeecg.modules.system.controller.ThirdLoginController required a bean of type 'com.xkcoding.justauth.AuthRequestFactory' that could not be found. The injection point has the following annotations: - @org.springframework.beans.factory.annotation.Autowired(required=true) The following...
Field factory in org.jeecg.modules.system.controller.ThirdLoginController required a bean of type 'com.xkcoding.justauth.AuthRequestFactory' that could not be found. The injection point has the following annotations: - @org.springframework.beans.factory.annotation.Autowired(required=true) The following...