1
0
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:
jeremystretch
2021-12-09 16:20:24 -05:00
parent 8680981990
commit d2d2978288
11 changed files with 45 additions and 97 deletions

View File

@@ -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],
}