mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	EventsRegisterTest: display full error diffs.
This commit is contained in:
		@@ -195,6 +195,7 @@ class GetEventsTest(AuthedTestCase):
 | 
				
			|||||||
class EventsRegisterTest(AuthedTestCase):
 | 
					class EventsRegisterTest(AuthedTestCase):
 | 
				
			||||||
    user_profile = get_user_profile_by_email("hamlet@zulip.com")
 | 
					    user_profile = get_user_profile_by_email("hamlet@zulip.com")
 | 
				
			||||||
    bot = get_user_profile_by_email("welcome-bot@zulip.com")
 | 
					    bot = get_user_profile_by_email("welcome-bot@zulip.com")
 | 
				
			||||||
 | 
					    maxDiff = None
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def create_bot(self, email):
 | 
					    def create_bot(self, email):
 | 
				
			||||||
        return do_create_user(email, '123',
 | 
					        return do_create_user(email, '123',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user