sharing: add support for clearing properties, doc update, fixes
This commit is contained in:
@@ -72,7 +72,11 @@ user: .*
|
||||
collection: .*
|
||||
permissions: RrWw""")
|
||||
self.configure({"rights": {"file": rights_file_path,
|
||||
"type": "from_file"}})
|
||||
"type": "from_file"},
|
||||
"logging": {"request_header_on_debug": "True",
|
||||
"request_content_on_debug": "True",
|
||||
"response_header_on_debug": "True",
|
||||
"response_content_on_debug": "True"}})
|
||||
|
||||
def test_root(self) -> None:
|
||||
"""GET request at "/"."""
|
||||
|
||||
Reference in New Issue
Block a user