Skip to content

Commit

Permalink
fixed error in name
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesstottmoj committed Mar 11, 2024
1 parent 0ee4c93 commit 8749e5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controlpanel/api/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class User(EntityResource):
}

READ_INLINE_POLICIES = f"{settings.ENV}-read-user-roles-inline-policies"
BEDROCK_POLICY_NAME = "anaytial-platform-bedrock-integration"
BEDROCK_POLICY_NAME = "analytical-platform-bedrock-integration"

ATTACH_POLICIES = [
READ_INLINE_POLICIES,
Expand Down
2 changes: 1 addition & 1 deletion tests/api/fixtures/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def airflow_prod_policy(iam):
@pytest.fixture(autouse=True)
def bedrock_policy(iam):
result = iam.meta.client.create_policy(
PolicyName="anaytial-platform-bedrock-integration",
PolicyName="analytical-platform-bedrock-integration",
PolicyDocument=json.dumps(
{
"Version": "2012-10-17",
Expand Down

0 comments on commit 8749e5c

Please sign in to comment.