@@ -406,7 +406,8 @@ func TestCreateLoadBalancerMonitor(t *testing.T) {
406
406
"expected_body": "alive",
407
407
"expected_codes": "2xx",
408
408
"follow_redirects": true,
409
- "allow_insecure": true
409
+ "allow_insecure": true,
410
+ "probe_zone": ""
410
411
}` , string (b ))
411
412
}
412
413
fmt .Fprint (w , `{
@@ -435,7 +436,8 @@ func TestCreateLoadBalancerMonitor(t *testing.T) {
435
436
"expected_body": "alive",
436
437
"expected_codes": "2xx",
437
438
"follow_redirects": true,
438
- "allow_insecure": true
439
+ "allow_insecure": true,
440
+ "probe_zone": ""
439
441
}
440
442
}` )
441
443
}
@@ -596,7 +598,8 @@ func TestLoadBalancerMonitorDetails(t *testing.T) {
596
598
"expected_body": "alive",
597
599
"expected_codes": "2xx",
598
600
"follow_redirects": true,
599
- "allow_insecure": true
601
+ "allow_insecure": true,
602
+ "probe_zone": ""
600
603
}
601
604
}` )
602
605
}
@@ -687,7 +690,8 @@ func TestModifyLoadBalancerMonitor(t *testing.T) {
687
690
"expected_body": "kicking",
688
691
"expected_codes": "200",
689
692
"follow_redirects": true,
690
- "allow_insecure": true
693
+ "allow_insecure": true,
694
+ "probe_zone": ""
691
695
}` , string (b ))
692
696
}
693
697
fmt .Fprint (w , `{
@@ -716,7 +720,8 @@ func TestModifyLoadBalancerMonitor(t *testing.T) {
716
720
"expected_body": "kicking",
717
721
"expected_codes": "200",
718
722
"follow_redirects": true,
719
- "allow_insecure": true
723
+ "allow_insecure": true,
724
+ "probe_zone": ""
720
725
}
721
726
}` )
722
727
}
0 commit comments