mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Closes #7748: Remove legacy contact fields from site model
This commit is contained in:
@@ -144,9 +144,6 @@ class SiteTestCase(ViewTestCases.PrimaryObjectViewTestCase):
|
||||
'shipping_address': '742 Evergreen Terrace, Springfield, USA',
|
||||
'latitude': Decimal('35.780000'),
|
||||
'longitude': Decimal('-78.642000'),
|
||||
'contact_name': 'Hank Hill',
|
||||
'contact_phone': '123-555-9999',
|
||||
'contact_email': 'hank@stricklandpropane.com',
|
||||
'comments': 'Test site',
|
||||
'tags': [t.pk for t in tags],
|
||||
}
|
||||
|
Reference in New Issue
Block a user