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(controller): remove redundant 'No Global Topo Config' test case
- pkg/cluster-handler/controller/multigrescluster/multigrescluster_controller_test.go: Removed the `Create: No Global Topo Config` test case. The logic for handling empty configurations and default wiring is already covered by unit tests in `template_logic.go` and other existing controller tests (e.g., `Create: Defaults and Optional Components`), reducing test suite noise.
0 commit comments