We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb5a742 commit 1d9a063Copy full SHA for 1d9a063
1 file changed
tests/test_transactions.py
@@ -1126,10 +1126,10 @@ def test_credit_offer_create(self):
1126
"asset_type": "1.3.0",
1127
"balance": 10000,
1128
"fee_rate": 1,
1129
- "max_duration_seconds": 10000,
+ "max_duration_seconds": 43200,
1130
"min_deal_amount": 1000,
1131
"enabled": False,
1132
- "auto_disable_time": 1000,
+ "auto_disable_time": "2024-01-01T00:00:00",
1133
"acceptable_collateral":
1134
[[
1135
"1.3.5589",
@@ -1177,7 +1177,7 @@ def test_credit_offer_update(self):
1177
"max_duration_seconds": 1000,
1178
"min_deal_amount": 10,
1179
"enabled": True,
1180
- "auto_disable_time": False,
1181
1182
1183
0 commit comments