Changeset 16751


Ignore:
Timestamp:
17 Jan 2022, 20:02:30 (3 years ago)
Author:
Henrik Bettermann
Message:

Fix test.

File:
1 edited

Legend:

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

    r16562 r16751  
    9898            self.browser.contents)
    9999        # ND FT Non-Deltan Fresh Student Acceptance Fee
    100         self.app['configuration']['2004'].clearance_fee = 12345.0
     100        self.app['configuration']['2004'].nd_clearance_fee = 12345.0
    101101        self.browser.open(self.payments_path + '/addop')
    102102        self.browser.getControl(name="form.p_category").value = ['clearance']
Note: See TracChangeset for help on using the changeset viewer.