Browse Source

Merge pull request #946 from octodns/remove-stray-pprint

Remove a stray pprint in a test
pull/947/head
Ross McFarland 3 years ago
committed by GitHub
parent
commit
ac6fb98683
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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