Skip to content

Commit

Permalink
fix num of controller
Browse files Browse the repository at this point in the history
  • Loading branch information
skonto committed Mar 7, 2024
1 parent 481f154 commit c746806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ha/ha.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
const (
// NumControllerReconcilers is the number of controllers run by ./cmd/controller/main.go.
// It is exported so the tests from cmd/controller/main.go can ensure we keep it in sync.
NumControllerReconcilers = 10
NumControllerReconcilers = 9
)

func createPizzaPlanetService(t *testing.T, fopt ...rtesting.ServiceOption) (test.ResourceNames, *v1test.ResourceObjects) {
Expand Down

0 comments on commit c746806

Please sign in to comment.