mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-31 07:08:06 +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