Skip to content

Commit

Permalink
Merge pull request #27 from octodns/data-assumptions
Browse files Browse the repository at this point in the history
Exclude octodns section from expected
  • Loading branch information
ross authored Nov 22, 2023
2 parents b2c7e17 + 8717ed4 commit f18f616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_octodns_provider_mythicbeasts.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ def test_apply(self):
for record in list(self.expected.records):
data = {'type': record._type}
data.update(record.data)
data.pop('octodns', None)
wanted.add_record(Record.new(wanted, record.name, data))

wanted.add_record(
Expand Down

0 comments on commit f18f616

Please sign in to comment.