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.
This fixes the following test error: