Remove hardcoded maxDiff

This commit is contained in:
Pedro Algarvio 2015-07-09 20:59:59 +01:00
parent 3adb731abc
commit 1388010187

View file

@ -132,7 +132,6 @@ class ConfigTestCase(TestCase):
ssh_key_file = SSHKeyFileConfiguration(flatten=True)
ssh_key_names = SSHKeyNamesConfiguration(flatten=True)
self.maxDiff = None
expexcted = {
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Digital Ocean",