1
0
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:
Tom Limoncelli
2017-09-08 17:13:59 -04:00
parent e8f7886d0c
commit e15b28c3b6
2 changed files with 3 additions and 2 deletions

View File

@ -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],