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

drop unneeded line break

This commit is contained in:
Viranch Mehta
2021-06-22 16:11:28 -07:00
parent 568e6860d3
commit 500097542b

View File

@@ -1084,8 +1084,7 @@ class TestAzureDnsProvider(TestCase):
else:
self.assertTrue('at most one of' in msg)
@patch(
'octodns.provider.azuredns._check_valid_dynamic')
@patch('octodns.provider.azuredns._check_valid_dynamic')
def test_extra_changes_dynamic_a_multiple_profiles(self, mock_cvd):
provider = self._get_provider()