Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
sarataha committed Nov 10, 2023
1 parent d57323a commit 3858434
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ func TestAutomatedClusterDiscoveryReconciler(t *testing.T) {
AKSProvider: func(providerID string) providers.Provider {
return &testProvider
},
EventRecorder: &mockEventRecorder{},
}

assert.NoError(t, reconciler.SetupWithManager(mgr))
Expand Down

0 comments on commit 3858434

Please sign in to comment.