mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-05 17:16:59 +02:00
Change test names to match better with variable names and log messages of crd.go
This commit is contained in:
parent
2fdc7354c0
commit
0c43e808bb
@ -426,7 +426,7 @@ func testCRDSourceEndpoints(t *testing.T) {
|
|||||||
expectError: false,
|
expectError: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "invalid endpoint CNAME",
|
title: "illegal target CNAME",
|
||||||
registeredAPIVersion: "test.k8s.io/v1alpha1",
|
registeredAPIVersion: "test.k8s.io/v1alpha1",
|
||||||
apiVersion: "test.k8s.io/v1alpha1",
|
apiVersion: "test.k8s.io/v1alpha1",
|
||||||
registeredKind: "DNSEndpoint",
|
registeredKind: "DNSEndpoint",
|
||||||
@ -447,7 +447,7 @@ func testCRDSourceEndpoints(t *testing.T) {
|
|||||||
expectError: false,
|
expectError: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "invalid endpoint NAPTR",
|
title: "illegal target NAPTR",
|
||||||
registeredAPIVersion: "test.k8s.io/v1alpha1",
|
registeredAPIVersion: "test.k8s.io/v1alpha1",
|
||||||
apiVersion: "test.k8s.io/v1alpha1",
|
apiVersion: "test.k8s.io/v1alpha1",
|
||||||
registeredKind: "DNSEndpoint",
|
registeredKind: "DNSEndpoint",
|
||||||
|
Loading…
Reference in New Issue
Block a user