Commit 533eb08f authored by Jérome Perrin's avatar Jérome Perrin

fixup! stripe: fix test (ok for py2)

parent 42f84596
......@@ -477,6 +477,7 @@ class TestStripePaymentSession(ERP5TypeTestCase):
}).encode()
),
request_method="POST",
env={'CONTENT_TYPE': 'application/json'},
handle_errors=False)
self.assertEqual(200, ret.getStatus())
self.tic()
......@@ -673,6 +674,7 @@ class TestStripePaymentSession(ERP5TypeTestCase):
}).encode(),
),
request_method="POST",
env={'CONTENT_TYPE': 'application/json'},
handle_errors=False)
self.assertEqual(200, ret.getStatus())
self.tic()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment