mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
adjust test: verify that a request succeeded if the hook still fails (anyhow no rollback implemented)
This commit is contained in:
parent
4781b48a1c
commit
69780dd0ee
1 changed files with 2 additions and 2 deletions
|
@ -80,9 +80,9 @@ class TestMultiFileSystem(BaseTest):
|
||||||
self.propfind("/created_by_hook/")
|
self.propfind("/created_by_hook/")
|
||||||
|
|
||||||
def test_hook_fail(self) -> None:
|
def test_hook_fail(self) -> None:
|
||||||
"""Verify that a request fails if the hook fails."""
|
"""Verify that a request succeeded if the hook still fails (anyhow no rollback implemented)."""
|
||||||
self.configure({"storage": {"hook": "exit 1"}})
|
self.configure({"storage": {"hook": "exit 1"}})
|
||||||
self.mkcalendar("/calendar.ics/", check=500)
|
self.mkcalendar("/calendar.ics/", check=200)
|
||||||
|
|
||||||
def test_item_cache_rebuild(self) -> None:
|
def test_item_cache_rebuild(self) -> None:
|
||||||
"""Delete the item cache and verify that it is rebuild."""
|
"""Delete the item cache and verify that it is rebuild."""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue