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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user