Skip to content

Commit ccef279

Browse files
authored
Merge pull request #5613 from mzazrivec/fix_test_log_msg
🐛 Fix test log message
2 parents 2feedec + 55309a2 commit ccef279

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)