diff --git a/source/crd_test.go b/source/crd_test.go index 643dce692..968ba8ad3 100644 --- a/source/crd_test.go +++ b/source/crd_test.go @@ -426,7 +426,7 @@ func testCRDSourceEndpoints(t *testing.T) { expectError: false, }, { - title: "invalid endpoint CNAME", + title: "illegal target CNAME", registeredAPIVersion: "test.k8s.io/v1alpha1", apiVersion: "test.k8s.io/v1alpha1", registeredKind: "DNSEndpoint", @@ -447,7 +447,7 @@ func testCRDSourceEndpoints(t *testing.T) { expectError: false, }, { - title: "invalid endpoint NAPTR", + title: "illegal target NAPTR", registeredAPIVersion: "test.k8s.io/v1alpha1", apiVersion: "test.k8s.io/v1alpha1", registeredKind: "DNSEndpoint",