diff --git a/tests/test_snapshot.py b/tests/test_snapshot.py index ead63703..c0b56686 100644 --- a/tests/test_snapshot.py +++ b/tests/test_snapshot.py @@ -393,6 +393,7 @@ def test_erase_privacy_standards_endtime_sort(user: UserClient): assert _snapshot1['type'] == _snapshot2['type'] == 'Snapshot' get_snapshot, _ = user.get(res=Action, item=_snapshot2['id']) assert get_snapshot['actions'][0]['endTime'] == '2018-06-01T07:14:00+00:00' + import pdb; pdb.set_trace() assert snapshot == get_snapshot erasure, _ = user.get(res=Action, item=erasure1['id']) assert len(erasure['steps']) == 2