From 2690cd747b952b59dd41d6dbac7fcc937581e09e Mon Sep 17 00:00:00 2001 From: Donkie Date: Fri, 7 Jul 2023 17:47:54 +0200 Subject: [PATCH] Updated backup integration test --- tests_integration/tests/test_backup.py | 1 - 1 file changed, 1 deletion(-) 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