mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 14:44:21 +01:00
extended_appointment - deletes appointment size
This commit is contained in:
@@ -47,7 +47,6 @@ def test_build_appointments():
|
||||
assert uuid in appointments_data.keys()
|
||||
assert appointments_data[uuid].get("locator") == appointment.get("locator")
|
||||
assert appointments_data[uuid].get("user_id") == appointment.get("user_id")
|
||||
assert len(appointments_data[uuid].get("encrypted_blob")) == appointment.get("size")
|
||||
assert uuid in locator_uuid_map[appointment.get("locator")]
|
||||
|
||||
|
||||
|
||||
@@ -45,7 +45,6 @@ def test_get_summary(appointment_data):
|
||||
assert ExtendedAppointment.from_dict(appointment_data).get_summary() == {
|
||||
"locator": appointment_data["locator"],
|
||||
"user_id": appointment_data["user_id"],
|
||||
"size": len(appointment_data["encrypted_blob"]),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user