ERROR: TestInterbankingReconcile.test_ac1_ghost_not_reconciled_marked Traceback (most recent call last): File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/tests/test_interbanking_reconcile.py", line 108, in test_ac1_ghost_not_reconciled_marked self.account._interbanking_reconcile_ghosts() File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/models/acount_online_account.py", line 252, in _interbanking_reconcile_ghosts response = self._get_moves(date_since=date_since) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/models/acount_online_account.py", line 164, in _get_moves date_since = min(date_since, date_until) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: can't compare datetime.datetime to datetime.date
ERROR: TestInterbankingReconcile.test_ac2_ac3_reconciled_ghost_marked_and_move_intact Traceback (most recent call last): File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/tests/test_interbanking_reconcile.py", line 125, in test_ac2_ac3_reconciled_ghost_marked_and_move_intact self.account._interbanking_reconcile_ghosts() File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/models/acount_online_account.py", line 252, in _interbanking_reconcile_ghosts response = self._get_moves(date_since=date_since) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/models/acount_online_account.py", line 164, in _get_moves date_since = min(date_since, date_until) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: can't compare datetime.datetime to datetime.date
ERROR: TestInterbankingReconcile.test_ac5_direct_detection_single_fetch Traceback (most recent call last): File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/tests/test_interbanking_reconcile.py", line 146, in test_ac5_direct_detection_single_fetch self.account._interbanking_reconcile_ghosts() File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/models/acount_online_account.py", line 252, in _interbanking_reconcile_ghosts response = self._get_moves(date_since=date_since) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/models/acount_online_account.py", line 164, in _get_moves date_since = min(date_since, date_until) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: can't compare datetime.datetime to datetime.date
ERROR: TestInterbankingReconcile.test_ac6_cron_weekly_and_window_boundary Traceback (most recent call last): File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/tests/test_interbanking_reconcile.py", line 160, in test_ac6_cron_weekly_and_window_boundary self.account._interbanking_reconcile_ghosts(window=15) File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/models/acount_online_account.py", line 252, in _interbanking_reconcile_ghosts response = self._get_moves(date_since=date_since) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/models/acount_online_account.py", line 164, in _get_moves date_since = min(date_since, date_until) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: can't compare datetime.datetime to datetime.date
ERROR: TestInterbankingReconcile.test_ac7_nothing_deleted_or_excluded Traceback (most recent call last): File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/tests/test_interbanking_reconcile.py", line 191, in test_ac7_nothing_deleted_or_excluded self.account._interbanking_reconcile_ghosts() File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/models/acount_online_account.py", line 252, in _interbanking_reconcile_ghosts response = self._get_moves(date_since=date_since) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/models/acount_online_account.py", line 164, in _get_moves date_since = min(date_since, date_until) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: can't compare datetime.datetime to datetime.date
ERROR: TestInterbankingReconcile.test_ac8_genuinely_new_not_marked Traceback (most recent call last): File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/tests/test_interbanking_reconcile.py", line 203, in test_ac8_genuinely_new_not_marked self.account._interbanking_reconcile_ghosts() File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/models/acount_online_account.py", line 252, in _interbanking_reconcile_ghosts response = self._get_moves(date_since=date_since) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/models/acount_online_account.py", line 164, in _get_moves date_since = min(date_since, date_until) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: can't compare datetime.datetime to datetime.date
ERROR: TestInterbankingReconcile.test_outage_guard_no_marking Traceback (most recent call last): File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/tests/test_interbanking_reconcile.py", line 224, in test_outage_guard_no_marking self.account._interbanking_reconcile_ghosts() File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/models/acount_online_account.py", line 252, in _interbanking_reconcile_ghosts response = self._get_moves(date_since=date_since) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/models/acount_online_account.py", line 164, in _get_moves date_since = min(date_since, date_until) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: can't compare datetime.datetime to datetime.date
ERROR: TestInterbankingReconcile.test_pagination_full_id_set Traceback (most recent call last): File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/tests/test_interbanking_reconcile.py", line 213, in test_pagination_full_id_set self.account._interbanking_reconcile_ghosts() File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/models/acount_online_account.py", line 252, in _interbanking_reconcile_ghosts response = self._get_moves(date_since=date_since) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/build/ingadhoc-enterprise-extensions/account_interbanking_statement/models/acount_online_account.py", line 164, in _get_moves date_since = min(date_since, date_until) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: can't compare datetime.datetime to datetime.date