mirror of
				https://github.com/Tivix/django-rest-auth.git
				synced 2025-10-31 07:47:33 +03:00 
			
		
		
		
	Fix typo on test variable name
This commit is contained in:
		
							parent
							
								
									beb073f35f
								
							
						
					
					
						commit
						60a585339b
					
				|  | @ -459,7 +459,7 @@ class APITestCase1(TestCase, BaseAPITestCase): | |||
|         email_confirmation = new_user.emailaddress_set.get(email=self.EMAIL)\ | ||||
|             .emailconfirmation_set.order_by('-created')[0] | ||||
|         self.post( | ||||
|             self.veirfy_email_url, | ||||
|             self.verify_email_url, | ||||
|             data={"key": email_confirmation.key}, | ||||
|             status_code=status.HTTP_200_OK | ||||
|         ) | ||||
|  |  | |||
|  | @ -97,7 +97,7 @@ class BaseAPITestCase(object): | |||
|         self.register_url = reverse('rest_register') | ||||
|         self.password_reset_url = reverse('rest_password_reset') | ||||
|         self.user_url = reverse('rest_user_details') | ||||
|         self.veirfy_email_url = reverse('rest_verify_email') | ||||
|         self.verify_email_url = reverse('rest_verify_email') | ||||
|         self.fb_login_url = reverse('fb_login') | ||||
|         self.tw_login_url = reverse('tw_login') | ||||
|         self.tw_login_no_view_url = reverse('tw_login_no_view') | ||||
|  |  | |||
|  | @ -263,7 +263,7 @@ class TestSocialAuth(TestCase, BaseAPITestCase): | |||
|         email_confirmation = new_user.emailaddress_set.get(email=self.EMAIL)\ | ||||
|             .emailconfirmation_set.order_by('-created')[0] | ||||
|         self.post( | ||||
|             self.veirfy_email_url, | ||||
|             self.verify_email_url, | ||||
|             data={"key": email_confirmation.key}, | ||||
|             status_code=status.HTTP_200_OK | ||||
|         ) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user