Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
This commit is contained in:
Mitsuru Kariya 2025-02-26 03:18:06 +09:00 committed by Mitsuru Kariya
parent 7826934ada
commit 1d3fafa1c7
No known key found for this signature in database
GPG Key ID: D04A2FC72FE3C396

View File

@ -93,7 +93,7 @@ func TestControllerRoleLabel(t *testing.T) {
}
}
func TestControllerRoleVerbsConsistensy(t *testing.T) {
func TestControllerRoleVerbsConsistency(t *testing.T) {
roles := ControllerRoles()
for _, role := range roles {
for _, rule := range role.Rules {