1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

fix tests

This commit is contained in:
Tom Limoncelli
2023-09-26 09:42:54 -04:00
parent 13e058e876
commit 88a4ac59d8

View File

@ -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: