fix Typo 'the the' -> 'the'

This commit is contained in:
xichengliudui 2019-08-20 08:47:17 -04:00
parent f2cb2813da
commit 931ebe2bc8
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}