mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
change default, remove leftover
This commit is contained in:
parent
0505b7b603
commit
ba9776d688
4 changed files with 3 additions and 4 deletions
|
@ -41,7 +41,6 @@ class TestBaseRequests(BaseTest):
|
|||
def setup_method(self) -> None:
|
||||
BaseTest.setup_method(self)
|
||||
rights_file_path = os.path.join(self.colpath, "rights")
|
||||
self.configure({"rights": {"permit_delete_collection": True}})
|
||||
with open(rights_file_path, "w") as f:
|
||||
f.write("""\
|
||||
[permit delete collection]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue