Comment 1 for bug 943219

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

There is more to it, this json module is different, some tests fail:

[ERROR]: landscape.tests.test_configuration.SSLCertificateDataTest.test_fetch_base64_ssl_no_custom_ca

Traceback (most recent call last):
  File "/home/andreas/bzr/landscape-client/landscape/tests/mocker.py", line 146, in test_method_wrapper
    result = test_method()
  File "/home/andreas/bzr/landscape-client/landscape/tests/test_configuration.py", line 1983, in test_fetch_base64_ssl_no_custom_ca
    on_info=print_text)
  File "/home/andreas/bzr/landscape-client/landscape/configuration.py", line 515, in fetch_base64_ssl_public_certificate
    ca_dict = json.loads(content)
exceptions.AttributeError: 'module' object has no attribute 'loads'