enforce default for tests
This commit is contained in:
@@ -41,6 +41,7 @@ class TestBaseRequests(BaseTest):
|
|||||||
def setup_method(self) -> None:
|
def setup_method(self) -> None:
|
||||||
BaseTest.setup_method(self)
|
BaseTest.setup_method(self)
|
||||||
rights_file_path = os.path.join(self.colpath, "rights")
|
rights_file_path = os.path.join(self.colpath, "rights")
|
||||||
|
self.configure({"rights": {"permit_delete_collection": True}})
|
||||||
with open(rights_file_path, "w") as f:
|
with open(rights_file_path, "w") as f:
|
||||||
f.write("""\
|
f.write("""\
|
||||||
[allow all]
|
[allow all]
|
||||||
|
|||||||
Reference in New Issue
Block a user