mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 22:24:23 +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")]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user