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

drop comment

This commit is contained in:
Viranch Mehta
2021-06-22 15:56:08 -07:00
parent c0161fb228
commit 568e6860d3

View File

@@ -1120,8 +1120,7 @@ class TestAzureDnsProvider(TestCase):
})
desired.add_record(record)
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))
def test_generate_tm_profile(self):