Ignore:
Timestamp:
3 Aug 2021, 09:13:33 (3 years ago)
Author:
Henrik Bettermann
Message:

Fix tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/tests.py

    r16416 r16562  
    193193        self.payment_url = self.browser.url
    194194        self.browser.getLink("Pay via Interswitch", index=0).click()
    195         self.assertTrue('<item_detail item_id="1" item_name="School Fee 1" item_amt="1545000" bank_id="117" acct_num="1015220292" />'
     195        self.assertTrue('<item_detail item_id="1" item_name="School Fee 1" item_amt="1545000" bank_id="388" acct_num="1556004203" />'
    196196            in self.browser.contents)
    197197        self.assertTrue('<item_detail item_id="2" item_name="School Fee 2" item_amt="1030000" bank_id="8" acct_num="2034761924" />'
Note: See TracChangeset for help on using the changeset viewer.