Browse Source

Update tests/test_octodns_manager.py

pull/1125/head
Ross McFarland 2 years ago
committed by GitHub
parent
commit
98a1175399
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/test_octodns_manager.py

+ 1
- 1
tests/test_octodns_manager.py View File

@ -84,7 +84,7 @@ class TestManager(TestCase):
Manager(get_config_filename('dynamic-config.yaml')).sync(
['missing.zones.']
)
self.assertTrue('Requested zone:' in str(ctx.exception))
self.assertTrue('Requested zone ' in str(ctx.exception))
def test_missing_targets(self):
with self.assertRaises(ManagerException) as ctx:


Loading…
Cancel
Save