sharing: rename test

This commit is contained in:
Peter Bieringer
2026-02-27 08:28:12 +01:00
parent 8bcceb3b86
commit 67b8cea5ba

View File

@@ -1439,7 +1439,7 @@ class TestSharingApiSanity(BaseTest):
element = prop.find(xmlutils.make_clark("D:href"))
assert element is not None and element.text == "/user/"
def test_sharing_api_map_proppatch(self) -> None:
def test_sharing_api_map_proppatch_acl(self) -> None:
"""share-by-map API usage tests related to report."""
self.configure({"auth": {"type": "htpasswd",
"htpasswd_filename": self.htpasswd_file_path,