Skip to content

Commit

Permalink
Merge pull request #54 from openimis/develop
Browse files Browse the repository at this point in the history
MERGING develop into release/24.04
  • Loading branch information
delcroip committed Apr 24, 2024
2 parents 9569bc6 + 3e8ffc6 commit e6ec65c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion payroll/tests/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ def __create_user_interactive_core(self, **kwargs):


class PaymentPointHelper:
_TEST_DATA_PAYMENT_POINT = {
_TEST_DATA_PAYMENT_POINT = None
def __init__(self):
self._TEST_DATA_PAYMENT_POINT= {
"name": "TestPaymentPoint",
"location": Location.objects.filter(validity_to__isnull=True, type='V').first()
}
Expand Down

0 comments on commit e6ec65c

Please sign in to comment.