Skip to content

Commit c4a2377

Browse files
prezhaCopilot
andauthored
Update cmd/reviewGOOSE/security_test.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f6849d5 commit c4a2377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/reviewGOOSE/security_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ func TestValidateGitHubToken(t *testing.T) {
144144

145145
// Invalid tokens
146146
{
147-
name: "fine-grained PAT",
147+
name: "fine-grained PAT missing underscore",
148148
token: "github_pat_" + strings.Repeat("a", 82),
149149
wantErr: true,
150150
},

0 commit comments

Comments
 (0)