We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3e845 commit 2c15cb0Copy full SHA for 2c15cb0
1 file changed
radicale/tests/test_sharing.py
@@ -425,6 +425,7 @@ def test_sharing_api_base_with_auth(self) -> None:
425
assert answer_dict['SupportedConversions'] == list(sharing.CONVERSIONS_WHITELIST)
426
assert answer_dict['PermittedPropertiesOverlay'] is True
427
assert answer_dict['SupportedPropertiesOverlay'] == list(sharing.OVERLAY_PROPERTIES_WHITELIST)
428
+ assert answer_dict['SupportedActions'] == sharing.ACTIONS_WHITELIST_INFO
429
430
logging.info("\n*** check API hook: info/all (2)")
431
self.configure({"sharing": {"permit_properties_overlay": "False"}})
0 commit comments