diff --git a/tests_integration/tests/test_backup.py b/tests_integration/tests/test_backup.py index f795b42..7714697 100644 --- a/tests_integration/tests/test_backup.py +++ b/tests_integration/tests/test_backup.py @@ -15,4 +15,3 @@ def test_backup(): # Trigger backup result = httpx.post(f"{URL}/api/v1/backup") result.raise_for_status() - assert result.json()["success"] is True