mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 17:38:37 -06:00
Fix test permissions
This commit is contained in:
parent
707aad234e
commit
b21b6238cf
@ -720,6 +720,7 @@ class ServiceTestCase(ViewTestCases.PrimaryObjectViewTestCase):
|
|||||||
'description': 'New description',
|
'description': 'New description',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@override_settings(EXEMPT_VIEW_PERMISSIONS=['*'])
|
||||||
def test_create_from_template(self):
|
def test_create_from_template(self):
|
||||||
self.add_permissions('ipam.add_service')
|
self.add_permissions('ipam.add_service')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user