1
0
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:
Nicolas Lorin
2023-01-20 19:32:25 +01:00
committed by GitHub
parent 4d7a43d3df
commit 178ec45254
2 changed files with 17 additions and 12 deletions

View File

@@ -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)
}