We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8a0c2 commit 91404d8Copy full SHA for 91404d8
netbox_custom_objects/tests/test_api.py
@@ -50,6 +50,7 @@ def setUpTestData(cls):
50
51
cls.model = cls.custom_object_type1.get_model()
52
cls.create_custom_object_type_field(cls.custom_object_type1)
53
+ cls.model = cls.custom_object_type1.get_model()
54
55
# Set the model for the test class
56
CustomObjectTest.model = cls.model
0 commit comments