From 7ef751db9874225c6f18ec81ce8b15811d33e64e Mon Sep 17 00:00:00 2001 From: Houkime <> Date: Wed, 20 Sep 2023 14:28:32 +0000 Subject: [PATCH] test(services): break out graphql basics --- tests/test_graphql/test_api_backup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_graphql/test_api_backup.py b/tests/test_graphql/test_api_backup.py index 9543f22..bc4b7f1 100644 --- a/tests/test_graphql/test_api_backup.py +++ b/tests/test_graphql/test_api_backup.py @@ -371,6 +371,7 @@ def test_remove(authorized_client, generic_userdata, backups): assert len(configuration["encryptionKey"]) > 1 assert configuration["isInitialized"] is False + def test_autobackup_quotas_nonzero(authorized_client, backups): quotas = _AutobackupQuotas( last=3,