mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-12 05:28:34 +03:00
refactors user-groups definition and fixes tests
This commit is contained in:
@@ -49,8 +49,8 @@ def get_user_groups(
|
||||
"groups": user.user_groups_names,
|
||||
"allowedFrequencies": list(user.allowed_frequencies),
|
||||
"sheet_quota": user.sheet_quota,
|
||||
"monthly_urls": user.monthly_urls,
|
||||
"monthly_mbs": user.monthly_mbs,
|
||||
"max_monthly_urls": user.max_monthly_urls, #TODO
|
||||
"max_monthly_mbs": user.max_monthly_mbs, # TODO
|
||||
#TODO: should this return
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user