Browse Source

Remove a stray pprint in a test

pull/946/head
Ross McFarland 3 years ago
parent
commit
9f20efc887
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      tests/test_octodns_manager.py

+ 0
- 3
tests/test_octodns_manager.py View File

@ -186,9 +186,6 @@ class TestManager(TestCase):
manager.config['zones'] = manager._config_zones(
{'déjà.vu.': {}, 'deja.vu.': {}, idna_encode('こんにちは.jp.'): {}}
)
from pprint import pprint
pprint(manager.config['zones'])
# refer to them with utf-8
with self.assertRaises(ManagerException) as ctx:


Loading…
Cancel
Save