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

Remove a stray pprint in a test

This commit is contained in:
Ross McFarland
2022-09-29 15:35:05 -07:00
parent 6a19dc554f
commit 9f20efc887

View File

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