Sfoglia il codice sorgente

enforce default for tests

Peter Bieringer 1 anno fa
parent
commit
a449d8774b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      radicale/tests/test_base.py

+ 1 - 0
radicale/tests/test_base.py

@@ -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]