mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-13 07:12:16 -06:00
* Fixes #19800: ModuleType import supports associating ModuleTypeProfile * Fixes up ModuleTypeTestCase to include bulk import testing Also includes an additional regression assertion. * Address PR feedback I ultimately left the extra asserts in for test_bulk_import_objects_with_permissionsince since the parent test is currently only testing against number of objects successfully imported. Will file a follow up FR to improve that test.