From 06abcd4b21f3194dfb52cbe5f8fb9bf96115cd51 Mon Sep 17 00:00:00 2001 From: robinvandermolen Date: Wed, 13 Nov 2024 10:24:27 +0100 Subject: [PATCH] :white_check_mark: [#4815] Fixing test assertion --- src/openforms/data_removal/tests/test_tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openforms/data_removal/tests/test_tasks.py b/src/openforms/data_removal/tests/test_tasks.py index 49b980d01d..263c1ac339 100644 --- a/src/openforms/data_removal/tests/test_tasks.py +++ b/src/openforms/data_removal/tests/test_tasks.py @@ -174,7 +174,7 @@ def test_incomplete_submissions_correctly_deleted(self): with self.assertRaises(ObjectDoesNotExist): pending_submission_to_be_deleted.refresh_from_db() with self.assertRaises(ObjectDoesNotExist): - pending_submission_to_be_deleted.refresh_from_db() + in_progress_submission_to_be_deleted.refresh_from_db() def test_incomplete_submissions_with_form_settings_override_global_configuration( self,