mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Fix bug in tests for radicale
This commit is contained in:
parent
4e1371e561
commit
eb4c481b3b
1 changed files with 5 additions and 0 deletions
|
|
@ -108,6 +108,11 @@ class StorageTests(object):
|
|||
i += 1
|
||||
s = self.storage_class(
|
||||
**self.get_storage_args(collection=collection))
|
||||
|
||||
# radicale ignores empty collections during discovery
|
||||
item = self._create_bogus_item(str(i))
|
||||
s.upload(item)
|
||||
|
||||
collections.add(s.collection)
|
||||
main() # remove leftover variables from loop for safety
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue