mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-22 04:01:27 +00:00
test(services): break out graphql basics
This commit is contained in:
parent
6e9d86e844
commit
7ef751db98
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue