Browse Source

drop comment

pull/730/head
Viranch Mehta 5 years ago
parent
commit
568e6860d3
No known key found for this signature in database GPG Key ID: D83D1392AE9F93B4
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      tests/test_octodns_provider_azuredns.py

+ 1
- 2
tests/test_octodns_provider_azuredns.py View File

@ -1120,8 +1120,7 @@ class TestAzureDnsProvider(TestCase):
}) })
desired.add_record(record) desired.add_record(record)
with self.assertRaises(AzureException) as ctx: with self.assertRaises(AzureException) as ctx:
# bypass above check by setting changes to empty
provider._extra_changes(zone, desired, [])
provider._extra_changes(zone, desired, [Create(record)])
self.assertTrue('more than 1 Traffic Managers' in text_type(ctx)) self.assertTrue('more than 1 Traffic Managers' in text_type(ctx))
def test_generate_tm_profile(self): def test_generate_tm_profile(self):


Loading…
Cancel
Save