Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshPant1999 committed Dec 18, 2023
1 parent 4bf557d commit e83e6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/fyle/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def construct_expense_filter(expense_filter):

def construct_expense_filter_query(expense_filters: List[ExpenseFilter]):
final_filter = None
join_by = None
for expense_filter in expense_filters:
constructed_expense_filter = construct_expense_filter(expense_filter)

Expand All @@ -98,7 +99,6 @@ def construct_expense_filter_query(expense_filters: List[ExpenseFilter]):
return final_filter



def post_request(url, body, refresh_token=None):
"""
Create a HTTP post request.
Expand Down

0 comments on commit e83e6e6

Please sign in to comment.