Skip to content

Commit 2c15cb0

Browse files
committed
sharing/Actions: test "info"
1 parent 8b3e845 commit 2c15cb0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

radicale/tests/test_sharing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ def test_sharing_api_base_with_auth(self) -> None:
425425
assert answer_dict['SupportedConversions'] == list(sharing.CONVERSIONS_WHITELIST)
426426
assert answer_dict['PermittedPropertiesOverlay'] is True
427427
assert answer_dict['SupportedPropertiesOverlay'] == list(sharing.OVERLAY_PROPERTIES_WHITELIST)
428+
assert answer_dict['SupportedActions'] == sharing.ACTIONS_WHITELIST_INFO
428429

429430
logging.info("\n*** check API hook: info/all (2)")
430431
self.configure({"sharing": {"permit_properties_overlay": "False"}})

0 commit comments

Comments
 (0)