Various fixes in login sources (#10428)

This commit is contained in:
guillep2k
2020-02-23 16:52:05 -03:00
committed by GitHub
parent 542bd59239
commit 09dbd85a3a
15 changed files with 66 additions and 21 deletions

View File

@ -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,