mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Merge pull request #73 from kuba/acme_test_pretty_heisenbug
Remove heisenbug from acme_test
This commit is contained in:
commit
b8ee00bddd
1 changed files with 2 additions and 2 deletions
|
|
@ -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__':
|
||||
|
|
|
|||
Loading…
Reference in a new issue