Fixed failing test

This commit is contained in:
Roger Gonzalez 2024-12-06 17:31:13 -03:00
parent f832d4ef69
commit 975278cb55
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -717,7 +717,6 @@ def test_save_local_sync_type_error_handling():
assert any("Event summary: Event With Bad Data" in str(call) for call in error_calls)
assert any("bad_field" in str(call) and "UnserializableObject" in str(call) for call in error_calls)
assert any("another_bad_field" in str(call) and "set" in str(call) for call in error_calls)
assert m().write.called