Skip to content

Commit f563206

Browse files
authored
Merge pull request #5612 from mzazrivec/fix_rosacp_controller_test
🐛 ROSAControlPlaneController test: set correct kind
2 parents 456f00d + 719cbdf commit f563206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controlplane/rosa/controllers/rosacontrolplane_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ func TestRosaControlPlaneReconcileStatusVersion(t *testing.T) {
206206
},
207207
},
208208
}
209-
identity.SetGroupVersionKind(infrav1.GroupVersion.WithKind("AWSClusterStaticIdentity"))
209+
identity.SetGroupVersionKind(infrav1.GroupVersion.WithKind("AWSClusterControllerIdentity"))
210210

211211
rosaControlPlane := &rosacontrolplanev1.ROSAControlPlane{
212212
ObjectMeta: metav1.ObjectMeta{

0 commit comments

Comments
 (0)