Skip to content

Commit

Permalink
Comments resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuushhh committed Oct 26, 2023
1 parent 4881e72 commit e17728c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,15 +208,15 @@ def add_accounting_export_expenses():
for workspace_id in workspace_ids:
AccountingExport.objects.update_or_create(
workspace_id=workspace_id,
type='FETCHING_REIMBURSABLE_EXPENSES',
type='FETCH_EXPENSES',
defaults={
'status': 'IN_PROGRESS'
}
)

AccountingExport.objects.update_or_create(
workspace_id=workspace_id,
type='FETCHING_CREDIT_CARD_EXPENSES',
type='FETCH_EXPENSES',
defaults={
'status': 'IN_PROGRESS'
}
Expand Down
4 changes: 2 additions & 2 deletions tests/test_fyle/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"id":2,
"created_at":"2023-10-26T03:24:43.513291Z",
"updated_at":"2023-10-26T03:24:43.513296Z",
"type":"FETCHING_CREDIT_CARD_EXPENSES",
"type":"FETCH_EXPENSES",
"fund_source":"",
"mapping_errors":"None",
"task_id":"None",
Expand All @@ -84,7 +84,7 @@
"id":1,
"created_at":"2023-10-26T03:24:43.511973Z",
"updated_at":"2023-10-26T03:24:43.511978Z",
"type":"FETCHING_REIMBURSABLE_EXPENSES",
"type":"FETCH_EXPENSES",
"fund_source":"",
"mapping_errors":"None",
"task_id":"None",
Expand Down

0 comments on commit e17728c

Please sign in to comment.