1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Restore model-level permission tests

This commit is contained in:
Jeremy Stretch
2020-05-28 11:08:35 -04:00
parent dc56e49410
commit 5d36d81ae1
3 changed files with 166 additions and 142 deletions

View File

@@ -192,6 +192,7 @@ class InterfaceTestCase(
model = Interface
# Disable inapplicable tests
test_list_objects_anonymous = None
test_list_objects_without_permission = None
test_list_objects_with_model_permission = None
test_list_objects_with_object_permission = None