mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fix permission assignment in tests
This commit is contained in:
@ -338,8 +338,8 @@ TEMPLATES = [
|
||||
|
||||
# Set up authentication backends
|
||||
AUTHENTICATION_BACKENDS = [
|
||||
'utilities.auth_backends.ObjectPermissionBackend',
|
||||
REMOTE_AUTH_BACKEND,
|
||||
'utilities.auth_backends.ObjectPermissionBackend',
|
||||
]
|
||||
|
||||
# Internationalization
|
||||
|
Reference in New Issue
Block a user