Skip to content

Commit

Permalink
Exclude octodns section from expected
Browse files Browse the repository at this point in the history
  • Loading branch information
ross committed Nov 22, 2023
1 parent b2c7e17 commit 0d5a1b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_octodns_provider_mythicbeasts.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def test_apply(self):
1, len([c for c in plan.changes if isinstance(c, Delete)])
)
self.assertEqual(
16, len([c for c in plan.changes if isinstance(c, Create)])
14, len([c for c in plan.changes if isinstance(c, Create)])
)
self.assertEqual(18, provider.apply(plan))
self.assertEqual(16, provider.apply(plan))
self.assertTrue(plan.exists)

0 comments on commit 0d5a1b9

Please sign in to comment.