We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690d254 commit 4bf2e09Copy full SHA for 4bf2e09
netbox_acls/tests/test_models.py
@@ -298,7 +298,7 @@ def test_acl_vminterface_assignment_success(self):
298
)
299
vm_acl.save()
300
acl_vm_interface = ACLInterfaceAssignment(
301
- access_list=vm_acl.pk,
+ access_list=vm_acl,
302
direction="ingress",
303
assigned_object_id=1,
304
assigned_object_type=ContentType.objects.get_for_model(VMInterface),
0 commit comments