Skip to content

Commit 719cbdf

Browse files
committed
ROSAControlPlaneController test: set correct kind
1 parent 4df1908 commit 719cbdf

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)