From 0c43e808bba10f19c3bf33b6fd34f1a9ec9e9980 Mon Sep 17 00:00:00 2001 From: Joel Studler Date: Sat, 27 Jan 2024 13:20:12 +0100 Subject: [PATCH] Change test names to match better with variable names and log messages of crd.go --- source/crd_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",