mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
fix tests
This commit is contained in:
@ -184,7 +184,7 @@ D("f.com", "none",
|
|||||||
IGNORE_NAME("foo3"),
|
IGNORE_NAME("foo3"),
|
||||||
{})
|
{})
|
||||||
`
|
`
|
||||||
handsoffHelper(t, existingZone, desiredJs, true, `
|
handsoffHelper(t, existingZone, desiredJs, false, `
|
||||||
IGNORED:
|
IGNORED:
|
||||||
foo3 A 3.3.3.3
|
foo3 A 3.3.3.3
|
||||||
foo3 MX 10 mymx.example.com.
|
foo3 MX 10 mymx.example.com.
|
||||||
@ -207,7 +207,7 @@ D("f.com", "none",
|
|||||||
IGNORE_NAME("foo3", "MX"),
|
IGNORE_NAME("foo3", "MX"),
|
||||||
{})
|
{})
|
||||||
`
|
`
|
||||||
handsoffHelper(t, existingZone, desiredJs, true, `
|
handsoffHelper(t, existingZone, desiredJs, false, `
|
||||||
IGNORED:
|
IGNORED:
|
||||||
foo3 MX 10 mymx.example.com.
|
foo3 MX 10 mymx.example.com.
|
||||||
FOREIGN:
|
FOREIGN:
|
||||||
@ -228,7 +228,7 @@ D("f.com", "none",
|
|||||||
IGNORE_TARGET('**.acm-validations.aws.', 'CNAME'),
|
IGNORE_TARGET('**.acm-validations.aws.', 'CNAME'),
|
||||||
{})
|
{})
|
||||||
`
|
`
|
||||||
handsoffHelper(t, existingZone, desiredJs, true, `
|
handsoffHelper(t, existingZone, desiredJs, false, `
|
||||||
IGNORED:
|
IGNORED:
|
||||||
_2222222222222222.cr CNAME _333333.nnn.acm-validations.aws.
|
_2222222222222222.cr CNAME _333333.nnn.acm-validations.aws.
|
||||||
FOREIGN:
|
FOREIGN:
|
||||||
|
Reference in New Issue
Block a user