We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9569bc6 + 3e8ffc6 commit e6ec65cCopy full SHA for e6ec65c
payroll/tests/helpers.py
@@ -32,7 +32,9 @@ def __create_user_interactive_core(self, **kwargs):
32
33
34
class PaymentPointHelper:
35
- _TEST_DATA_PAYMENT_POINT = {
+ _TEST_DATA_PAYMENT_POINT = None
36
+ def __init__(self):
37
+ self._TEST_DATA_PAYMENT_POINT= {
38
"name": "TestPaymentPoint",
39
"location": Location.objects.filter(validity_to__isnull=True, type='V').first()
40
}
0 commit comments