Add parameter to function for TravisCI
This commit is contained in:
		
					parent
					
						
							
								b28cbdc940
							
						
					
				
			
			
				commit
				
					
						d2beef2032
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -19,7 +19,7 @@ REGISTRATION_MESSAGE = {'subject': "Validation mail",
 | 
				
			||||||
                        'from': 'test@test.com'}
 | 
					                        'from': 'test@test.com'}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def get_anonymous_user_instance():
 | 
					def get_anonymous_user_instance(CustomUser):
 | 
				
			||||||
    return CustomUser(name='Anonymous', email='anonymous@ungleich.ch',
 | 
					    return CustomUser(name='Anonymous', email='anonymous@ungleich.ch',
 | 
				
			||||||
                      validation_slug=make_password(None))
 | 
					                      validation_slug=make_password(None))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue