mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
VULTR: fix failing integration tests (#1956)
This commit is contained in:
@@ -19,5 +19,7 @@ func AuditRecords(records []*models.RecordConfig) []error {
|
||||
|
||||
a.Add("TXT", rejectif.TxtHasMultipleSegments)
|
||||
|
||||
a.Add("CAA", rejectif.CaaTargetContainsWhitespace) // Last verified 2023-01-19
|
||||
|
||||
return a.Audit(records)
|
||||
}
|
||||
|
Reference in New Issue
Block a user