Skip to content

Commit

Permalink
Add support for OKE addons
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamradhakrishnan committed Jun 22, 2023
1 parent 3391f1b commit 8399aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/scope/managed_control_plane_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ func TestAddonReconcile(t *testing.T) {
},
{
name: "addon status error",
errorExpected: true,
errorExpected: false,
testSpecificSetup: func(cs *ManagedControlPlaneScope, okeClient *mock_containerengine.MockClient) {
cs.OCIManagedControlPlane.Spec.Addons = []infrav2exp.Addon{
{
Expand Down

0 comments on commit 8399aa3

Please sign in to comment.