Changeset 14787


Ignore:
Timestamp:
9 Aug 2017, 11:01:34 (7 years ago)
Author:
Henrik Bettermann
Message:

Adjust test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita/tests.py

    r14781 r14787  
    278278        logcontent = open(logfile).read()
    279279        self.assertTrue(
    280             'zope.anybody - PaymentNotificationListenerWebservice called: '
     280            'zope.anybody - PaymentNotificationListenerWebservice response: '
    281281            '[{"rrr": "%s", "orderRef": "%s"}]'
    282282            % (self.rrr, self.orderId) in logcontent)
Note: See TracChangeset for help on using the changeset viewer.