We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2feedec + 55309a2 commit ccef279Copy full SHA for ccef279
exp/controllers/suite_test.go
@@ -87,7 +87,7 @@ func setup() {
87
panic(fmt.Sprintf("Unable to setup ROSAMachinePool webhook: %v", err))
88
}
89
if err := (&rosacontrolplanev1.ROSAControlPlane{}).SetupWebhookWithManager(testEnv); err != nil {
90
- panic(fmt.Sprintf("Unable to setup ROSAMachinePool webhook: %v", err))
+ panic(fmt.Sprintf("Unable to setup ROSAControlPlane webhook: %v", err))
91
92
go func() {
93
fmt.Println("Starting the manager")
0 commit comments