Skip to content

Commit

Permalink
fix e2e test with providing entry_date
Browse files Browse the repository at this point in the history
  • Loading branch information
larsheinen authored and Lars147 committed Apr 23, 2024
1 parent 5d82985 commit 9bb2606
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def test_crud_expense(self):
api.add_expense(
amount="10.00",
description=self.test_expense_description,
entry_date="2024-03-28",
)

# find the expense we just added in the list of expenses
Expand Down

0 comments on commit 9bb2606

Please sign in to comment.