diff --git a/internal/apptoken/testing.go b/internal/apptoken/testing.go index 9f8ffc0dd9..b04639c31f 100644 --- a/internal/apptoken/testing.go +++ b/internal/apptoken/testing.go @@ -79,7 +79,6 @@ func TestCreateAppToken(t *testing.T, repo *Repository, token *AppToken) *AppTok return createdToken } -// these will eventually expand to cover org and proj func testCheckPermission(t *testing.T, repo *Repository, appTokenId string, scopeId string, wantPerms []testPermission) error { assert := assert.New(t)