fix: update TestRegisterAll expected groups for label and pipeline

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
wbtiger 2026-06-01 01:18:36 +08:00
parent fb847bf13f
commit e393484dc9
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ func TestRegisterAll(t *testing.T) {
RegisterAll(root)
expectedGroups := []string{
"repo", "issue", "pr", "release", "branch",
"repo", "issue", "label", "pr", "release", "branch",
"org", "user", "search", "ci", "workflow",
"compare", "member", "milestone", "webhook",
"compare", "member", "milestone", "pipeline", "webhook",
}
groupSet := map[string]bool{}