diff options
| author | Max Nanis | 2026-03-07 09:51:37 -0500 |
|---|---|---|
| committer | Max Nanis | 2026-03-07 09:51:37 -0500 |
| commit | 9833e57ccd2f9ec2090ab1f7da97500a071664b9 (patch) | |
| tree | d44f8d1725164e1a83ed15d31d8b62b7487ec81e /test_utils/managers/cashout_methods.py | |
| parent | 91d040211a4ed6e4157896256a762d3854777b5e (diff) | |
| download | generalresearch-9833e57ccd2f9ec2090ab1f7da97500a071664b9.tar.gz generalresearch-9833e57ccd2f9ec2090ab1f7da97500a071664b9.zip | |
conftest type annotations.
Diffstat (limited to 'test_utils/managers/cashout_methods.py')
| -rw-r--r-- | test_utils/managers/cashout_methods.py | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/test_utils/managers/cashout_methods.py b/test_utils/managers/cashout_methods.py index c338676..96d33cf 100644 --- a/test_utils/managers/cashout_methods.py +++ b/test_utils/managers/cashout_methods.py @@ -49,28 +49,28 @@ EXAMPLE_TANGO_CASHOUT_METHODS = [ ), ] -AMT_ASSIGNMENT_CASHOUT_METHOD = CashoutMethod( - id=uuid4().hex, - last_updated="2021-06-23T20:45:38.239182Z", - is_live=True, - type=PayoutType.AMT, - ext_id=None, - name="AMT Assignment", - data=AmtCashoutMethodData(), - user=None, - min_value=1, - max_value=5, -) +# AMT_ASSIGNMENT_CASHOUT_METHOD = CashoutMethod( +# id=uuid4().hex, +# last_updated="2021-06-23T20:45:38.239182Z", +# is_live=True, +# type=PayoutType.AMT, +# ext_id=None, +# name="AMT Assignment", +# data=AmtCashoutMethodData(), +# user=None, +# min_value=1, +# max_value=5, +# ) -AMT_BONUS_CASHOUT_METHOD = CashoutMethod( - id=uuid4().hex, - last_updated="2021-06-23T20:45:38.239182Z", - is_live=True, - type=PayoutType.AMT, - ext_id=None, - name="AMT Bonus", - data=AmtCashoutMethodData(), - user=None, - min_value=7, - max_value=4000, -) +# AMT_BONUS_CASHOUT_METHOD = CashoutMethod( +# id=uuid4().hex, +# last_updated="2021-06-23T20:45:38.239182Z", +# is_live=True, +# type=PayoutType.AMT, +# ext_id=None, +# name="AMT Bonus", +# data=AmtCashoutMethodData(), +# user=None, +# min_value=7, +# max_value=4000, +# ) |
