diff --git a/tests/test_action.py b/tests/test_action.py index 99d266ab..951e91ab 100644 --- a/tests/test_action.py +++ b/tests/test_action.py @@ -2421,3 +2421,5 @@ def test_action_web_erase(user: UserClient): action = models.ToErased.query.one() for dev in action.devices: assert action in dev.actions + + assert action.document.file_hash == request['hash']