Fix for unit testing

This commit is contained in:
Oliver Walters 2020-11-11 15:19:15 +11:00
parent 6c667937c5
commit 56765d3f5a

View File

@ -109,6 +109,9 @@ class RuleSet(models.Model):
'report_reportasset', 'report_reportasset',
'report_testreport', 'report_testreport',
'part_partstar', 'part_partstar',
# Third-party tables
'error_report_error',
] ]
RULE_OPTIONS = [ RULE_OPTIONS = [