diff options
Diffstat (limited to 'tests/integration/oauth_test.go')
-rw-r--r-- | tests/integration/oauth_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/integration/oauth_test.go b/tests/integration/oauth_test.go index d6f1ba33ec..0766a9fc8a 100644 --- a/tests/integration/oauth_test.go +++ b/tests/integration/oauth_test.go @@ -691,10 +691,6 @@ func TestOAuth_GrantScopesReadRepositoryFailOrganization(t *testing.T) { FullRepoName: "user2/commitsonpr", Private: false, }, - { - FullRepoName: "user2/test_commit_revert", - Private: true, - }, } assert.Equal(t, reposExpected, reposCaptured) |