mirror of https://github.com/kubernetes/kops.git
fix Typo 'the the' -> 'the'
This commit is contained in:
parent
f2cb2813da
commit
931ebe2bc8
|
|
@ -80,7 +80,7 @@ func TestComplex(t *testing.T) {
|
|||
runTestAWS(t, "complex.example.com", "complex", "legacy-v1alpha2", false, 1, true, false, nil)
|
||||
}
|
||||
|
||||
// TestCrossZone tests that the the cross zone setting on the API ELB is set properly
|
||||
// TestCrossZone tests that the cross zone setting on the API ELB is set properly
|
||||
func TestCrossZone(t *testing.T) {
|
||||
runTestAWS(t, "crosszone.example.com", "api_elb_cross_zone", "v1alpha2", false, 1, true, false, nil)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue