We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95a6d0 commit 5a22240Copy full SHA for 5a22240
1 file changed
tests/_main_test.py
@@ -377,7 +377,6 @@ def test_insert_transactions(cur):
377
"transaction_id": TRANSACTION_ID_1,
378
"subtransaction_id": SUBTRANSACTION_ID_1,
379
"plan_id": PLAN_ID_1,
380
- "approved": 1,
381
"date": "2024-01-01",
382
"id": SUBTRANSACTION_ID_1,
383
"amount": -7500,
@@ -392,7 +391,6 @@ def test_insert_transactions(cur):
392
391
393
"subtransaction_id": SUBTRANSACTION_ID_2,
394
395
396
397
"id": SUBTRANSACTION_ID_2,
398
"amount": -2500,
0 commit comments