Skip to content

Commit

Permalink
updated fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle committed Nov 13, 2024
1 parent 9b86cd8 commit 7d32dd7
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions tests/test_fyle/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@
'tax_amount': None,
'tax_group_id': None,
'previous_export_state': None,
'accounting_export_summary': []
'accounting_export_summary': [],
'is_posted_at_null': True
},
"expenses_spent_at":[
{
Expand Down Expand Up @@ -327,6 +328,7 @@
'Vehicle Type': '',
'Fyle Categories': '',
},
'is_posted_at_null': True
},
{
'id': '1236',
Expand Down Expand Up @@ -369,6 +371,7 @@
'Vehicle Type': '',
'Fyle Categories': '',
},
'is_posted_at_null': True
},
],

Expand Down Expand Up @@ -1097,7 +1100,8 @@
'paid_on_qbo': False,
'created_at': '2024-06-18T19:12:17.020617+00:00',
'updated_at': '2024-06-18T19:12:17.020627+00:00',
'bank_transaction_id': 'anish'
'bank_transaction_id': 'anish',
'is_posted_at_null': False
}
],
'ccc_expenses_split_diff_bank_transaction_id': [
Expand Down Expand Up @@ -1148,7 +1152,8 @@
'created_at': '2024-06-18T19:12:17.003409+00:00',
'updated_at': '2024-06-18T19:12:17.003421+00:00',
'bank_transaction_id': 'Arkham',
'fund_source': 'CCC'
'fund_source': 'CCC',
'is_posted_at_null': False
},
{
'id': '24004',
Expand Down Expand Up @@ -1553,6 +1558,7 @@
'custom_properties': {},
'paid_on_qbo': False,
'payment_number': 'P/2022/05/R/4',
'is_posted_at_null': False
}
],
'fund_source': 'PERSONAL',
Expand Down Expand Up @@ -1646,6 +1652,7 @@
'custom_properties': {},
'paid_on_qbo': False,
'payment_number': 'P/2022/05/R/5',
'is_posted_at_null': False
}
],
'fund_source': 'PERSONAL',
Expand Down Expand Up @@ -2068,6 +2075,7 @@
'exported_at': '2022-05-23T13:03:37.501808Z',
'updated_at': '2022-05-23T13:03:37.502024Z',
'workspace': 3,
'is_posted_at_null': False
},
{
'id': 10,
Expand Down Expand Up @@ -2348,6 +2356,7 @@
'exported_at': '2022-05-23T13:03:15.136482Z',
'updated_at': '2022-05-23T13:03:15.136864Z',
'workspace': 3,
'is_posted_at_null': False
},
{
'id': 9,
Expand Down Expand Up @@ -2738,6 +2747,7 @@
'exported_at': '2022-05-23T13:02:52.066735Z',
'updated_at': '2022-05-23T13:02:52.067152Z',
'workspace': 3,
'is_posted_at_null': False
},
{
'id': 18,
Expand Down

0 comments on commit 7d32dd7

Please sign in to comment.