diff --git a/clab/config/utils_test.go b/clab/config/utils_test.go index 68770d886..dd088df9c 100644 --- a/clab/config/utils_test.go +++ b/clab/config/utils_test.go @@ -160,6 +160,6 @@ func TestIPfarEndS(t *testing.T) { ipA = "10.0.3.0/30" feA, err = ipFarEndS(ipA) - assert(t, err.Error(), "invalid ip 10.0.3.0/30 - invalid IPPrefix") + assert(t, err.Error(), "invalid ip 10.0.3.0/30 - zero IPPrefix") assert(t, feA, "") }