mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-25 21:41: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 len(configuration["encryptionKey"]) > 1
|
||||||
assert configuration["isInitialized"] is False
|
assert configuration["isInitialized"] is False
|
||||||
|
|
||||||
|
|
||||||
def test_autobackup_quotas_nonzero(authorized_client, backups):
|
def test_autobackup_quotas_nonzero(authorized_client, backups):
|
||||||
quotas = _AutobackupQuotas(
|
quotas = _AutobackupQuotas(
|
||||||
last=3,
|
last=3,
|
||||||
|
|
Loading…
Reference in a new issue