mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 13:47:37 +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
|
assert responses["/calendar.ics/"] == 200
|
||||||
self.get("/calendar.ics/", check=404)
|
self.get("/calendar.ics/", check=404)
|
||||||
|
|
||||||
def test_delete_collection_not_permitted(self) -> None:
|
def test_delete_collection_global_forbid(self) -> None:
|
||||||
"""Delete a collection (try if not permitted)."""
|
"""Delete a collection (expect forbidden)."""
|
||||||
self.configure({"rights": {"permit_delete_collection": False}})
|
self.configure({"rights": {"permit_delete_collection": False}})
|
||||||
self.mkcalendar("/calendar.ics/")
|
self.mkcalendar("/calendar.ics/")
|
||||||
event = get_file_content("event1.ics")
|
event = get_file_content("event1.ics")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue