Commit 54fd041d authored by Alain Takoudjou's avatar Alain Takoudjou

test_paid_payment: fix assertion

parent 2901d376
...@@ -330,7 +330,7 @@ return Foo() ...@@ -330,7 +330,7 @@ return Foo()
'Visited by PaymentTransaction_createPayzenEvent', 'Visited by PaymentTransaction_createPayzenEvent',
transaction.workflow_history['edit_workflow'][-1]['comment']) transaction.workflow_history['edit_workflow'][-1]['comment'])
self.assertEqual( self.assertEqual(
None, "",
transaction.workflow_history['edit_workflow'][-2]['comment']) transaction.workflow_history['edit_workflow'][-2]['comment'])
self.assertEquals(transaction.getSimulationState(), 'stopped') self.assertEquals(transaction.getSimulationState(), 'stopped')
......
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