Update the message to be more precise regarding the tested condition

Signed-off-by: Jean-Christophe Sirot <jean-christophe.sirot@docker.com>
This commit is contained in:
Jean-Christophe Sirot
2018-09-04 15:10:18 +02:00
parent 3a0b253f86
commit 6900259480

View File

@@ -359,7 +359,7 @@ func SkipIfMultizone(c clientset.Interface) {
Skipf("Error listing cluster zones")
}
if zones.Len() > 1 {
Skipf("Requires exactly one zone")
Skipf("Requires at most one zone")
}
}