Commit f71862d8 authored by Romain Courteaud's avatar Romain Courteaud

Update test.

parent 721394d9
......@@ -76,7 +76,7 @@ class TestSlapOSPaymentTransaction_addPayzenTicket(testSlapOSMixin):
self.assertEquals(ticket.getPortalType(), 'Support Request')
self.assertEquals(ticket.getSimulationState(), 'validated')
self.assertEquals(ticket.getSourceProject(), transaction.getRelativeUrl())
self.assertEquals(ticket.getTitle(), 'Payzen Transaction to check')
self.assertEquals(ticket.getTitle(), 'Payzen Transaction to check for "None"')
def test_addPayzenTicket_do_not_duplicate_ticket(self):
transaction = self.createPaymentTransaction()
......
99
\ No newline at end of file
100
\ No newline at end of file
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