diff --git a/internal/fullnode/rbac_builder_test.go b/internal/fullnode/rbac_builder_test.go index c7681b4c..92ebb31b 100644 --- a/internal/fullnode/rbac_builder_test.go +++ b/internal/fullnode/rbac_builder_test.go @@ -71,7 +71,7 @@ func TestBuildRBAC(t *testing.T) { { APIGroups: []string{"cosmos.strange.love"}, Resources: []string{"cosmosfullnodes/status"}, - Verbs: []string{"update"}, + Verbs: []string{"patch"}, }, }, role.Rules)