mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Various fixes in login sources (#10428)
This commit is contained in:
		@@ -35,7 +35,7 @@ func TestIncludesAllRepositoriesTeams(t *testing.T) {
 | 
			
		||||
 | 
			
		||||
	// Create org.
 | 
			
		||||
	org := &models.User{
 | 
			
		||||
		Name:       "All repo",
 | 
			
		||||
		Name:       "All_repo",
 | 
			
		||||
		IsActive:   true,
 | 
			
		||||
		Type:       models.UserTypeOrganization,
 | 
			
		||||
		Visibility: structs.VisibleTypePublic,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user