mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 12:06:53 -06:00
Formatting
This commit is contained in:
parent
c22024b618
commit
8ec0ad96bd
@ -410,7 +410,6 @@ class CustomFieldCSV(TestCase):
|
|||||||
self.assertEqual(site1_custom_fields[self.cf_text], 'something')
|
self.assertEqual(site1_custom_fields[self.cf_text], 'something')
|
||||||
self.assertEqual(site1_custom_fields[self.cf_choice], self.cf_choice_1)
|
self.assertEqual(site1_custom_fields[self.cf_choice], self.cf_choice_1)
|
||||||
|
|
||||||
|
|
||||||
def test_import_invalid_choice(self):
|
def test_import_invalid_choice(self):
|
||||||
"""
|
"""
|
||||||
Import a site with an invalid choice
|
Import a site with an invalid choice
|
||||||
|
Loading…
Reference in New Issue
Block a user