mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
ROUTE53: Fix broken integration test.
This commit is contained in:
@ -151,6 +151,7 @@ var ALIAS = recordBuilder('ALIAS');
|
||||
|
||||
// CAA(name,tag,value, recordModifiers...)
|
||||
var CAA = recordBuilder('CAA', {
|
||||
// TODO(tlim): It should be an error if value is not 0 or 128.
|
||||
args: [
|
||||
['name', _.isString],
|
||||
['tag', _.isString],
|
||||
|
Reference in New Issue
Block a user