From 1b83c219c58d04baa35d084162ebaf74cc3ac7ef Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Tue, 25 Jan 2022 10:00:44 -0500 Subject: [PATCH] Fix comment (#1379) * Fix #1374 * Fix comment --- integrationTest/integration_test.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/integrationTest/integration_test.go b/integrationTest/integration_test.go index 793b332e2..399c4edbf 100644 --- a/integrationTest/integration_test.go +++ b/integrationTest/integration_test.go @@ -709,7 +709,6 @@ func makeTests(t *testing.T) []*TestGroup { // // Basic functionality (add/rename/change/delete). // - testgroup("GeneralACD", // Test general ability to add/change/delete records of one // type. These tests aren't specific to "A" records, but we @@ -1087,8 +1086,8 @@ func makeTests(t *testing.T) []*TestGroup { ), testgroup("Issue 1374", requires(providers.CanUseCAA), not("DIGITALOCEAN"), - // Test support of ";" as a value - tc("CAA many records", caa("@", "issue", 0, "letsencrypt.org; validationmethods=dns-01; accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/1234")), + // Test support of spaces in the 3rd field. + tc("CAA spaces", caa("@", "issue", 0, "letsencrypt.org; validationmethods=dns-01; accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/1234")), ), testgroup("NAPTR",