Skip to content

Commit

Permalink
✅ [#4815] Fixing test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmolen committed Nov 13, 2024
1 parent 70cef9c commit 06abcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openforms/data_removal/tests/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 06abcd4

Please sign in to comment.