======================================================================
FAIL: test_checkout_create_valid_subscription_successful_sca (looper.tests.test_checkout.CheckoutTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/sybren/workspace/blender/looper/looper/tests/test_checkout.py", line 224, in test_checkout_create_valid_subscription_successful_sca
self.assertEqual(302, r.status_code, r.content.decode())
AssertionError: 302 != 200 :
Looper Example Integration - blender.org
======================================================================
FAIL: test_checkout_failed_sca (looper.tests.test_checkout.CheckoutTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/sybren/workspace/blender/looper/looper/tests/test_checkout.py", line 160, in test_checkout_failed_sca
self.assertIn('Gateway Rejected: three_d_secure', str(r.content))
AssertionError: 'Gateway Rejected: three_d_secure' not found in 'b\'\\n\\n \\n Looper Example Integration - blender.org\\n \\n \\n \\n \\n \\n\\n\\n \\n \\n \\n
\\n \\n\\n
\\n \\n \\n \\n Silver Membership
\\n \\n \\n \\n
\\n\\n \\n
\\n \\n \\n \\n \\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\''
----------------------------------------------------------------------
Ran 213 tests in 26.913s
FAILED (failures=2)