mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-04 02:12:34 +02:00
fix failing tests ?
i think they're caused by group permissions causing more repos to be returned than before
This commit is contained in:
@@ -743,6 +743,10 @@ func TestOAuth_GrantScopesReadRepositoryFailOrganization(t *testing.T) {
|
||||
FullRepoName: "user2/commitsonpr",
|
||||
Private: false,
|
||||
},
|
||||
{
|
||||
FullRepoName: "user2/test_commit_revert",
|
||||
Private: true,
|
||||
},
|
||||
}
|
||||
assert.Equal(t, reposExpected, reposCaptured)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user