@@ -677,14 +677,14 @@ func makeTests() []*TestGroup {
677
677
678
678
testgroup ("CAA" ,
679
679
requires (providers .CanUseCAA ),
680
- tc ("CAA record" , caa ("@" , "issue" , 0 , "letsencrypt.org" )),
681
- tc ("CAA change tag" , caa ("@" , "issuewild" , 0 , "letsencrypt.org" )),
682
- tc ("CAA change target" , caa ("@" , "issuewild" , 0 , "example.com" )),
683
- tc ("CAA change flag" , caa ("@" , "issuewild" , 128 , "example.com" )),
684
- tc ("CAA many records" , caa ("@" , "issuewild" , 128 , ";" )),
680
+ tc ("CAA record" , caa ("@" , 0 , "issue" , "letsencrypt.org" )),
681
+ tc ("CAA change tag" , caa ("@" , 0 , "issuewild" , "letsencrypt.org" )),
682
+ tc ("CAA change target" , caa ("@" , 0 , "issuewild" , "example.com" )),
683
+ tc ("CAA change flag" , caa ("@" , 128 , "issuewild" , "example.com" )),
684
+ tc ("CAA many records" , caa ("@" , 128 , "issuewild" , ";" )),
685
685
// Test support of spaces in the 3rd field. Some providers don't
686
686
// support this. See providers/exoscale/auditrecords.go as an example.
687
- tc ("CAA whitespace" , caa ("@" , "issue" , 0 , "letsencrypt.org; validationmethods=dns-01; accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/1234" )),
687
+ tc ("CAA whitespace" , caa ("@" , 0 , "issue" , "letsencrypt.org; validationmethods=dns-01; accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/1234" )),
688
688
),
689
689
690
690
// LOCation records. // No.47
0 commit comments