Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tlimoncelli committed Sep 26, 2023
1 parent 13e058e commit 88a4ac5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/diff2/handsoff_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ D("f.com", "none",
IGNORE_NAME("foo3"),
{})
`
handsoffHelper(t, existingZone, desiredJs, true, `
handsoffHelper(t, existingZone, desiredJs, false, `
IGNORED:
foo3 A 3.3.3.3
foo3 MX 10 mymx.example.com.
Expand All @@ -207,7 +207,7 @@ D("f.com", "none",
IGNORE_NAME("foo3", "MX"),
{})
`
handsoffHelper(t, existingZone, desiredJs, true, `
handsoffHelper(t, existingZone, desiredJs, false, `
IGNORED:
foo3 MX 10 mymx.example.com.
FOREIGN:
Expand All @@ -228,7 +228,7 @@ D("f.com", "none",
IGNORE_TARGET('**.acm-validations.aws.', 'CNAME'),
{})
`
handsoffHelper(t, existingZone, desiredJs, true, `
handsoffHelper(t, existingZone, desiredJs, false, `
IGNORED:
_2222222222222222.cr CNAME _333333.nnn.acm-validations.aws.
FOREIGN:
Expand Down

0 comments on commit 88a4ac5

Please sign in to comment.