Skip to content

Commit 55309a2

Browse files
committed
Fix test log message
1 parent 4df1908 commit 55309a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exp/controllers/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func setup() {
8787
panic(fmt.Sprintf("Unable to setup ROSAMachinePool webhook: %v", err))
8888
}
8989
if err := (&rosacontrolplanev1.ROSAControlPlane{}).SetupWebhookWithManager(testEnv); err != nil {
90-
panic(fmt.Sprintf("Unable to setup ROSAMachinePool webhook: %v", err))
90+
panic(fmt.Sprintf("Unable to setup ROSAControlPlane webhook: %v", err))
9191
}
9292
go func() {
9393
fmt.Println("Starting the manager")

0 commit comments

Comments
 (0)