Skip to content

Commit

Permalink
Fix count in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyharisch authored and c-pius committed Jul 30, 2024
1 parent 81d6766 commit b657d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/rbac_privileges_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var _ = Describe("RBAC Privileges", func() {
kcpSystemKlmRoleBindings, err := ListKlmRoleBindings(controlPlaneClient, ctx, "klm-controller",
"kcp-system")
Expect(err).ToNot(HaveOccurred())
Expect(kcpSystemKlmRoleBindings.Items).To(HaveLen(3))
Expect(kcpSystemKlmRoleBindings.Items).To(HaveLen(2))

leaderElectionRoleRules := []apirbacv1.PolicyRule{
{
Expand Down

0 comments on commit b657d0c

Please sign in to comment.