From 9bb2606ba6124be7b9e95ffb2236bd655ccb7102 Mon Sep 17 00:00:00 2001 From: larsheinen Date: Tue, 23 Apr 2024 14:23:20 +0200 Subject: [PATCH] fix e2e test with providing entry_date --- tests/test_e2e.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_e2e.py b/tests/test_e2e.py index 346e238..46e9e04 100644 --- a/tests/test_e2e.py +++ b/tests/test_e2e.py @@ -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