Skip to content

Commit

Permalink
Unit test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
berkayoz committed Mar 29, 2024
1 parent 63f1f69 commit 05fb245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/k8s/pkg/k8sd/controllers/node_configuration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func TestConfigPropagation(t *testing.T) {
},
},
expectedUpdates: map[string]string{
"--cluster-domain": "test-cluster2.local",
"--cluster-domain": "cluster.local",
"--cluster-dns": "10.152.1.3",
},
},
Expand Down

0 comments on commit 05fb245

Please sign in to comment.