openSUSE / orthos2

Orthos is a machine administration tool.
GNU General Public License v2.0
14 stars 13 forks source link

Forms: Fixup RemotePowerDeviceAPIForm #244

Closed SchoolGuy closed 7 months ago

SchoolGuy commented 7 months ago

This fixes the following test error:

ERROR: test_form (orthos2.api.tests.test_forms.RemotePowerDeviceAPIFormTests)
Test the remote power device creation API form
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/orthos2/orthos2/orthos2/api/tests/test_forms.py", line 150, in test_form
    form = RemotePowerDeviceAPIForm({"password": "test"})
  File "/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/django/forms/models.py", line 350, in __init__
    raise ValueError("ModelForm has no model class specified.")
ValueError: ModelForm has no model class specified.