mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
enforce default for tests
This commit is contained in:
parent
0f87897eb7
commit
a449d8774b
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ 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("""\
|
||||
[allow all]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue