Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit fbcb484

Browse files
committed
Fix test import
1 parent 96b5f3e commit fbcb484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/aws/services/iam/test_iam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from botocore.exceptions import ClientError
66

77
from localstack.aws.api.iam import Tag
8-
from localstack.services.iam.provider import ADDITIONAL_MANAGED_POLICIES
8+
from localstack.services.iam.iam_patches import ADDITIONAL_MANAGED_POLICIES
99
from localstack.testing.aws.util import create_client_with_keys, wait_for_user
1010
from localstack.testing.pytest import markers
1111
from localstack.utils.aws.arns import get_partition

0 commit comments

Comments
 (0)