From 075a4dc1fd1c2bf8516262a2624264225c21a4e1 Mon Sep 17 00:00:00 2001 From: dkanney Date: Thu, 12 Feb 2026 12:26:16 -0500 Subject: [PATCH] chore(apptoken): Remove old comment --- internal/apptoken/testing.go | 1 - 1 file changed, 1 deletion(-) 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)