mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:00:44 +02:00
Remove heisenbug from acme_test
This commit is contained in:
@@ -50,8 +50,8 @@ class PrettyTest(unittest.TestCase):
|
||||
|
||||
def test_it(self):
|
||||
self.assertEqual(
|
||||
self._call('{"foo": "bar", "foo2": "bar2"}'),
|
||||
'{\n "foo2": "bar2", \n "foo": "bar"\n}')
|
||||
self._call('{"foo": {"bar": "baz"}}'),
|
||||
'{\n "foo": {\n "bar": "baz"\n }\n}')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user