mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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
|
i += 1
|
||||||
s = self.storage_class(
|
s = self.storage_class(
|
||||||
**self.get_storage_args(collection=collection))
|
**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)
|
collections.add(s.collection)
|
||||||
main() # remove leftover variables from loop for safety
|
main() # remove leftover variables from loop for safety
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue