superusers are not tested in CI

This commit is contained in:
Matthias 2022-03-13 19:49:58 +01:00
parent 1e4727d733
commit af95779ed0
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -95,7 +95,7 @@ def user_roles(request):
}
if user.is_superuser:
for ruleset in RuleSet.RULESET_MODELS.keys():
for ruleset in RuleSet.RULESET_MODELS.keys(): # pragma: no cover
roles[ruleset] = {
'view': True,
'add': True,