From 92e5032278490a74a0cdc54872e51fc1982a4140 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sun, 24 Nov 2024 16:30:13 +0100 Subject: [PATCH] fix result code --- radicale/tests/test_storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/tests/test_storage.py b/radicale/tests/test_storage.py index b03dadf7..22cc1f4c 100644 --- a/radicale/tests/test_storage.py +++ b/radicale/tests/test_storage.py @@ -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."""