Example #1
0
 def setUp(self):
     super(TestJWTKeyAuthentication, self).setUp()
     self.factory = RequestFactory()
     self.auth = JWTKeyAuthentication()
     self.user = UserProfile.objects.get(email='*****@*****.**')