mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
cosmetics
This commit is contained in:
parent
973b26b2e9
commit
d41aa60d61
1 changed files with 2 additions and 2 deletions
|
@ -450,8 +450,8 @@ permissions: RrWw""")
|
|||
assert responses["/calendar.ics/"] == 200
|
||||
self.get("/calendar.ics/", check=404)
|
||||
|
||||
def test_delete_collection_not_permitted(self) -> None:
|
||||
"""Delete a collection (try if not permitted)."""
|
||||
def test_delete_collection_global_forbid(self) -> None:
|
||||
"""Delete a collection (expect forbidden)."""
|
||||
self.configure({"rights": {"permit_delete_collection": False}})
|
||||
self.mkcalendar("/calendar.ics/")
|
||||
event = get_file_content("event1.ics")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue