7376 fix tests

This commit is contained in:
Arthur 2022-11-02 09:54:06 -07:00 committed by jeremystretch
parent fbf38bbad7
commit a040a9aa15

View File

@ -83,6 +83,8 @@ class NetBoxModelCSVForm(CSVModelForm, NetBoxModelForm):
if tag.strip().lower() not in existing_tags:
raise ValidationError(f"Unknown tag: {tag}")
return data
class NetBoxModelBulkEditForm(BootstrapMixin, CustomFieldsMixin, forms.Form):
"""