Skip to content

Commit 0d1b37d

Browse files
committed
fix fmt
1 parent e150b17 commit 0d1b37d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/unit/unit_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -320,20 +320,20 @@ func TestLocalDNSConfigSetShouldApplyConfiguration(t *testing.T) {
320320
"zones": map[string]interface{}{
321321
".": map[string]interface{}{
322322
"query_logging": "Error",
323-
"protocol": "PreferUDP",
323+
"protocol": "PreferUDP",
324324
"forward_destination": "VnetDNS",
325-
"forward_policy": "Random",
326-
"max_concurrent": 150,
325+
"forward_policy": "Random",
326+
"max_concurrent": 150,
327327
},
328328
},
329329
},
330330
"kube_dns_overrides": map[string]interface{}{
331331
"zones": map[string]interface{}{
332332
"cluster.local": map[string]interface{}{
333333
"query_logging": "Log",
334-
"protocol": "PreferUDP",
334+
"protocol": "PreferUDP",
335335
"forward_destination": "ClusterCoreDNS",
336-
"forward_policy": "Sequential",
336+
"forward_policy": "Sequential",
337337
},
338338
},
339339
},

0 commit comments

Comments
 (0)