fix failing tests ?

i think they're caused by group permissions causing more repos to be returned than before
This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2026-04-02 20:00:54 -04:00
parent 271b6c7cae
commit 3bbefda427
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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)