Browse Source

Remove corresponding nbsp's from manager tests

pull/645/head
Ross McFarland 5 years ago
parent
commit
a7bb6a306c
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tests/test_octodns_manager.py

+ 2
- 2
tests/test_octodns_manager.py View File

@ -180,7 +180,7 @@ class TestManager(TestCase):
tc = Manager(get_config_filename('unknown-source-zone.yaml')) \
.sync()
self.assertEquals('Invalid alias zone alias.tests.: source zone '
'does-not-exists.tests. does not exist',
'does-not-exists.tests. does not exist',
text_type(ctx.exception))
# Alias zone that points to another alias zone.
@ -188,7 +188,7 @@ class TestManager(TestCase):
tc = Manager(get_config_filename('alias-zone-loop.yaml')) \
.sync()
self.assertEquals('Invalid alias zone alias-loop.tests.: source '
'zone alias.tests. is an alias zone',
'zone alias.tests. is an alias zone',
text_type(ctx.exception))
def test_compare(self):


Loading…
Cancel
Save