Skip to content

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
petrutlucian94 committed Jan 23, 2025
1 parent 23f3fda commit dda135a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/k8s/pkg/k8sd/types/cluster_config_defaults_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func TestSetDefaults(t *testing.T) {
LoadBalancer: types.LoadBalancer{
Enabled: utils.Pointer(false),
CIDRs: utils.Pointer([]string{}),
L2Mode: utils.Pointer(false),
L2Mode: utils.Pointer(true),
L2Interfaces: utils.Pointer([]string{}),
BGPMode: utils.Pointer(false),
BGPLocalASN: utils.Pointer(0),
Expand Down

0 comments on commit dda135a

Please sign in to comment.