Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nojnhuh committed Jul 18, 2023
1 parent 339603a commit 1c26aa9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions controllers/azurecluster_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ func TestAzureClusterReconcilePaused(t *testing.T) {
},
},
},
Spec: infrav1.AzureClusterSpec{
AzureClusterClassSpec: infrav1.AzureClusterClassSpec{
SubscriptionID: "something",
},
},
}
g.Expect(c.Create(ctx, instance)).To(Succeed())

Expand Down

0 comments on commit 1c26aa9

Please sign in to comment.