mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	backends: Move EmailLogBackEnd to email_backends.
This commit is contained in:
		@@ -78,7 +78,7 @@ class DocPageTest(ZulipTestCase):
 | 
			
		||||
        self._test('/errors/404/', 'Page not found')
 | 
			
		||||
        self._test('/errors/5xx/', 'Internal server error')
 | 
			
		||||
 | 
			
		||||
        with self.settings(EMAIL_BACKEND='zproject.backends.EmailLogBackEnd'):
 | 
			
		||||
        with self.settings(EMAIL_BACKEND='zproject.email_backends.EmailLogBackEnd'):
 | 
			
		||||
            # For reaching full coverage for clear_emails function
 | 
			
		||||
            result = self.client_get('/emails/clear/')
 | 
			
		||||
            self.assertEqual(result.status_code, 302)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user