Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbologa committed Sep 12, 2023
1 parent 84ee994 commit c1db405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fleetshard/pkg/central/reconciler/reconciler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ func TestReconcileDeleteWithManagedDBOverride(t *testing.T) {
UseRoutes: true,
ManagedDBEnabled: true,
}
fakeClient, _, r := getClientTrackerAndReconciler(
_, _, r := getClientTrackerAndReconciler(
t,
defaultCentralConfig,
managedDBProvisioningClient,
Expand Down

0 comments on commit c1db405

Please sign in to comment.