mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
fix result code
This commit is contained in:
parent
6fa15dae4a
commit
92e5032278
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class TestMultiFileSystem(BaseTest):
|
|||
def test_hook_fail(self) -> None:
|
||||
"""Verify that a request succeeded if the hook still fails (anyhow no rollback implemented)."""
|
||||
self.configure({"storage": {"hook": "exit 1"}})
|
||||
self.mkcalendar("/calendar.ics/", check=200)
|
||||
self.mkcalendar("/calendar.ics/", check=201)
|
||||
|
||||
def test_item_cache_rebuild(self) -> None:
|
||||
"""Delete the item cache and verify that it is rebuild."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue