You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: simplify client initialization in failure tests
Simplifies the `finalClient` initialization logic in `TestMultigresClusterReconciler_Reconcile_Failure` by removing an unnecessary `else` block.
The client is now initialized with the default `baseClient` upfront, and conditionally wrapped with `NewFakeClientWithFailures` only if a failure configuration is present. This reduces indentation and makes the default behavior more explicit.
0 commit comments