Skip to content

Commit

Permalink
correct acl key
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmerolle committed Feb 5, 2023
1 parent 4bf2e09 commit 36920fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_acls/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def test_acl_interface_assignment_success(self):
)
device_acl.save()
acl_device_interface = ACLInterfaceAssignment(
access_list_id=device_acl.pk,
access_list=device_acl,
direction="ingress",
assigned_object_id=1,
assigned_object_type=ContentType.objects.get_for_model(Interface),
Expand Down

0 comments on commit 36920fb

Please sign in to comment.