From 568e6860d32fbcbaa5e8487646c4c6ff57fd868e Mon Sep 17 00:00:00 2001 From: Viranch Mehta Date: Tue, 22 Jun 2021 15:56:08 -0700 Subject: [PATCH] drop comment --- tests/test_octodns_provider_azuredns.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_octodns_provider_azuredns.py b/tests/test_octodns_provider_azuredns.py index 16fa5b1..b577aa4 100644 --- a/tests/test_octodns_provider_azuredns.py +++ b/tests/test_octodns_provider_azuredns.py @@ -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):