# Pastebin 3a5jF0Tu ====================================================================== FAIL: functionaltests.api.v1.functional.test_certificate_orders.CertificatesTestCase.test_create_stored_key_order ---------------------------------------------------------------------- _StringException: Traceback (most recent call last): File "/Users/john.wood/projects/security/barbican/functionaltests/api/v1/functional/test_certificate_orders.py", line 434, in test_create_stored_key_order self.verify_pending_waiting_for_ca(order_resp) File "/Users/john.wood/projects/security/barbican/functionaltests/api/v1/functional/test_certificate_orders.py", line 206, in verify_pending_waiting_for_ca self.assertEqual('PENDING', order_resp.model.status) File "/Users/john.wood/projects/security/barbican/.tox/functional/lib/python2.7/site-packages/testtools/testcase.py", line 350, in assertEqual self.assertThat(observed, matcher, message) File "/Users/john.wood/projects/security/barbican/.tox/functional/lib/python2.7/site-packages/testtools/testcase.py", line 435, in assertThat raise mismatch_error testtools.matchers._impl.MismatchError: 'PENDING' != u'ERROR'