mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 13:47:37 +03:00
Remove test_folder configuration
It's not used.
This commit is contained in:
parent
b71664b322
commit
0fc7f787a8
2 changed files with 0 additions and 3 deletions
|
@ -654,7 +654,6 @@ class TestCustomStorageSystem(BaseRequests, BaseTest):
|
|||
super().setup()
|
||||
self.colpath = tempfile.mkdtemp()
|
||||
self.configuration.set("storage", "filesystem_folder", self.colpath)
|
||||
self.configuration.set("storage", "test_folder", self.colpath)
|
||||
self.application = Application(self.configuration, self.logger)
|
||||
|
||||
def teardown(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue