Skip to content

Commit

Permalink
[fix] - cr
Browse files Browse the repository at this point in the history
  • Loading branch information
heliapb committed Oct 30, 2024
1 parent 47dfe04 commit 84e5249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/analyzers/prometheus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func TestPrometheusAnalyzer(t *testing.T) {
},
Rules: []rbacv1.PolicyRule{
{
Resources: []string{"configmaps", "pods"},
Resources: []string{"nodes", "pods"},
Verbs: []string{"list", "watch"},
APIGroups: []string{""},
},
Expand Down

0 comments on commit 84e5249

Please sign in to comment.