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

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

Remove a stray pprint in a test
This commit is contained in:
Ross McFarland
2022-09-29 15:36:57 -07:00
committed by GitHub

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: