Skip to content

Commit 88e0cc9

Browse files
committed
Run isort
1 parent 0d8c8be commit 88e0cc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test_app/tests/rbac/remote/test_service_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ class TestRestClientSyncAssignment:
507507
def test_sync_assignment_sends_only_object_ansible_id_for_registered_objects(self, rando, organization, org_admin_rd):
508508
"""Test that sync_assignment removes object_id when object_ansible_id is present"""
509509
from unittest.mock import MagicMock, patch
510+
510511
from ansible_base.resource_registry.rest_client import ResourceAPIClient
511512

512513
# Create an assignment to an organization (which has a resource)
@@ -534,6 +535,7 @@ def test_sync_assignment_sends_only_object_ansible_id_for_registered_objects(sel
534535
def test_sync_assignment_sends_only_object_id_for_non_registered_objects(self, rando, inventory, inv_rd):
535536
"""Test that sync_assignment keeps object_id when object_ansible_id is None"""
536537
from unittest.mock import MagicMock, patch
538+
537539
from ansible_base.resource_registry.rest_client import ResourceAPIClient
538540

539541
# Create an assignment to an inventory (which doesn't have a resource)

0 commit comments

Comments
 (0)